Netcat Cheat Sheet
This cheat sheet provides various tips for using Netcat on both Linux and Unix. All syntax is designed for the original Netcat versions, released by Hobbit and Weld Pond. The syntax here can be adapted for other Netcats, including ncat, gnu Netcat, and others.
Fundamentals
Fundamental Netcat Client:
$ nc [TargetIPaddr] [port]
Connect to an arbitrary port [port] at IP Address [TargetIPaddr]
Fundamental...