
CVE-2024-4577 Exploits
The CVE-2024-4577 Exploit Tool (exploit.py) is a Python script designed to exploit web servers' specific vulnerability (CVE-2024-4577). Based on the response content, it sends POST requests to a list of provided hosts to determine if they are vulnerable.
requests library (pip install requests)colorama library for colored console output (pip install colorama)Clone or download the repository to your local machine.
Install required dependencies using pip:
sudo pip install requests colorama
git clone https://github.com/cybersagor/CVE-2024-4577.git &&
cd CVE-2024-4577 &&
sudo chmod +x exploit.py &&
sudo pip install requests colorama
python exploit.py -l host.txt -o output.txt -w 150