Skip to content

taipansec/exploit_code

Repository files navigation

helpers

Scripts that would help while pentesting

buildip.sh

This script helps you build IPs file based on a previous -sP nmap scan.

scan_iplist.sh

This script scan all the targets inside an input file. It creates a directory for each target and write the scan result into a nmaped.txt file.

nmap_helper.sh

This script double scan a target. First it checks for all possible opened ports in aggressive mode. Then it runs a second scan with more discovery options against the previously found ports only.

web-requester.py

This python script helps you to make requests on urls by focusing only on the essential things. You can add a proxy if needed (e.g. send the requests to burp).

xss-webmail-fuzzer.py

An extensive and easy-to-use XSS fuzzer that targets web-based email clients.

shellcheatsheet.sh

Some great stuff when it comes to code analysis or shell scripting.

blind_sqli_exploiter.py

Custom blind sqli exploit script (test against Atutor, works fine!) that give you a reverse php shell on the target.

opencrxUserExpl.py

Fully automated auth bypass exploit against OpenCRX. Note that the OpenCRXToken.java file must be located in the same directory as the python file.

xmlexpl.py

A full functional XXE exploit tool against OpenCRX.

Atmail

Exploit of an XSS vulnerability against atmail that leads to an RCE attack.

Atutor

Exploit that leads to a full compromise of the system if leverage to RCE (not showned here: do it guys!).

MagicLink

A magiclink bypass example.

Serialization

A simple (de)serializer script that uses Pickle library.

Malware

Malware section with base to build your own droppers, introducing reflection techniques, msoffice phishing, process & DLL injection, Reflective DLL injection, ...

About

Scripts that would help while pentesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published