Huy Minh Ha

Software development, Tech and other stuff

Thu 01 January 2015

A netcat cheatsheet

Posted by Ha.Minh in Programming   

Netcat or nc is a networking utility for debugging and investigating the network. This utility can be used for creating TCP/UDP connections and investigating them. The biggest use of this utility is in the scripts where we need to deal with TCP/UDP sockets. In this article we will learn about the netcat command by some practical examples.

Read more...