8 Practical Linux Netcat NC Command Examples
Posted on: 04/23/2012 08:08 AM
The Geek Stuff published 8 Practical Linux Netcat NC Command Examples
8 Practical Linux Netcat NC Command Examples
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.