10 useful ncat Command Examples.md 603 B


Title: "10 useful ncat Command Examples" Date: 2017-12-08 10:37:07 Categories: [network] tags: [nc, ncat, netcat]

Authors: sedlav

ncat or nc is networking utility with functionality similar to cat command but for network. It is a general purpose CLI tool for reading, writing, redirecting data across a network. It is designed to be a reliable back-end tool that can be used with scripts or other programs. It’s also a great tool for network debugging, as it can create any kind of connect one can need.

Link