| __ \ / | | | | | | | |
| |) | | | | | |__| | _ _ __ | | ___ _ __
| _ /| | | _| | __ | | | | ' | / _ \ '|
| | \ | || |__ | | | | || | | | | || __/ |
|| _\|| || ||_,|| ||____|_|
Developed by NullC0d3
RCE Hunter is a Python-based tool developed by NullC0d3 for automated testing of Remote Code Execution (RCE) vulnerabilities. It supports multithreading, payload management, and includes open redirect handling for bypassing certain HTTP status codes.
- Professional PoC generation for bug bounty programs
- Multithreaded payload testing
- Open redirect payload handling
- Customizable payloads and target URLs
- Python 3.9+
- Docker (optional)
- Build the Docker image:
docker build -t rce-hunter . - Run the container:
docker run --rm -v $(pwd):/app rce-hunter -u <URL> -p <PAYLOAD_FILE> -o <OPEN_REDIRECT_PAYLOAD_FILE>
- Clone the repository:
git clone https://github.com/Z3r0H0ur666/RCE-Hunter.git cd RCE-Hunter - Install the required packages:
pip install -r requirements.txt
- Run the script:
python myscript.py -u <URL> -p <PAYLOAD_FILE> -o <OPEN_REDIRECT_PAYLOAD_FILE>
-
-u/--url: Single target URL -
-f/--file: File containing multiple target URLs -
-p/--payloads: File containing payloads (required) -
-o/--open-redirect: File containing open redirect payloads (required) -
-t/--threads: Number of threads (default: 10) -
-r/--report: Report file name (default: report.txt) -
-d/--delay: Delay between requests in seconds (default: 1.0) -
-m/--methods: HTTP methods to use (default: auto, which uses GET, POST, PUT, DELETE, PATCH) -
-l/--log: Log file name (default: log.txt) -
-v/--verbose: Enable verbose mode
python myscript.py -u http://example.com/vulnerable.php -p payloads/commandexc.txt -o payloads/openredirect.txt
##Support
https://medium.com/@nullc0d3
