Differences between version 5 and predecessor to the previous major change of NetCat.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, August 26, 2005 8:49:15 am | by CraigBox | Revert |
Older page: | version 4 | Last edited on Friday, August 26, 2005 8:37:54 am | by CraigBox | Revert |
@@ -1,7 +1,15 @@
[NetCat | http://netcat.sourceforge.net/] is a networking utility.
> Netcat is a featured networking utility which reads and writes data across network connections, using the [TCP/IP] [Protocol]. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
-The website mentions that it is
a replacement for the old netcat.
+Netcat was originally written as
a Unix utility by a person known only as 'Hobbit', and released as 'public domain':
-See nc(1).
+> It is freely given away to the Internet community in the hope that it will be useful, with no restrictions except giving credit where it is due. No GPLs, Berkeley copyrights or any of that nonsense.
+
+This tree ended at 1.10 and can be installed on Debian with apt-get netcat. (
See nc(1)).
+
+The Netcat in the link at the top of this article is a fully POSIX compatible rewrite from scratch, known as [GNU] Netcat. It is maintained by Giovanni Giacobbi. It has been referred to as "[netcat ran through indent|http://mike.filespanker.com/post/67/]".
+
+To complicate matters, there is a [netcat6|http://netcat6.sourceforge.net/] for IPv6 networks, which is yet another rewrite.
+
+[CLUG]'s wiki has a [page on NetCat|http://clug.net.nz/index.php/netcat] with some examples
.