
| netcat | |
| Developer: |
|
| Latest Release Version: | 1.10 |
| Latest Release Date: | March 20, 1996 |
| Operating System: | UNIX |
| Genre: | Network utility |
| License: | None |
| Website: | http://www.vulnwatch.org/netcat/ |
netcat is a computer networking utility for reading from and writing to network connections on either TCP or UDP.
Netcat was voted the second most useful network security tool in a 2000 poll conducted by insecure.org on the nmap users mailing list.[1] In 2003, it gained fourth place,[2] a position it also held in the 2006 poll.[3]
The original version of netcat is a UNIX program. Its author is known as
Netcat is fully POSIX compatible and there exist several implementations, including a rewrite from scratch known as GNU netcat, which is maintained by Giovanni Giacobbi and an MS-Windows version of netcat created by Chris Wysopal. Andreas Bischoff has ported the Windows version to Windows CE (now known as Windows Mobile).
On some systems, modified versions or similar utilities go by the command name(s) nc, ncat, pnetcat, socat, sock, socket, sbd.
socat is a more complex cousin of netcat. It is larger and more flexible than netcat, and has more options that must be configured for a given task.
Cryptcat is a version of netcat with integrated transport encryption capabilities.