
CVE-2024-4577 Exploits
Das CVE-2024-4577 Exploit-Tool (exploit.py) ist ein Python-Skript, das entwickelt wurde, um eine spezifische Schwachstelle auf Webservern (CVE-2024-4577) auszunutzen. Basierend auf dem Antwortinhalt sendet es POST-Anfragen an eine Liste bereitgestellter Hosts, um festzustellen, ob diese angreifbar sind.
requests-Bibliothek (pip install requests)colorama-Bibliothek für farbige Konsolenausgabe (pip install colorama)Klonen oder laden Sie das Repository auf Ihren lokalen Rechner herunter.
Installieren Sie die erforderlichen Abhängigkeiten mit 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