Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

nc

ncat is simple util for troubleshouting network

Tips:

  • Starting listing any port

Don't forget if you want to use port less 1024 range, it is require root permission

$ nc --listen 4096
  • Check available port in target host
$ nc -vz <target_host> <target_port>