AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/net/netcat-1.10.lha

Mirror:Random
Showing: ppc-morphos icongeneric icon
No screenshot available
Short:Netcat v1.10 - network data read/write tool
Uploader:
Type:comm/net
Architecture:m68k-amigaos
Date:2003-02-09
Download:comm/net/netcat-1.10.lha - View contents
Readme:comm/net/netcat-1.10.readme
Downloads:835

No modification needed, just a "make generic" to compile...

Ported by LouiSe

more info and other AMIGA ports at:
http://louise.amiga.hu

-----------------------------------------
		
Netcat 1.10
===========							   /\_/\
								  / 0 0 \
Netcat is a simple Unix utility which reads and writes data	 ====v====
across network connections, using TCP or UDP protocol.		  \  W  /
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.  Netcat, or "nc" as the	(      ___
actual program is named, should have been supplied long ago	 \__.=|___E
as another one of those cryptic but standard Unix tools.	        /

In the simplest usage, "nc host port" creates a TCP connection to the given
port on the given target host.  Your standard input is then sent to the host,
and anything that comes back across the connection is sent to your standard
output.  This continues indefinitely, until the network side of the connection
shuts down.  Note that this behavior is different from most other applications
which shut everything down and exit after an end-of-file on the standard input.

Netcat can also function as a server, by listening for inbound connections
on arbitrary ports and then doing the same reading and writing.  With minor
limitations, netcat doesn't really care if it runs in "client" or "server"
mode -- it still shovels data back and forth until there isn't any more left.
In either mode, shutdown can be forced after a configurable time of inactivity
on the network side.

And it can do this via UDP too, so netcat is possibly the "udp telnet-like"
application you always wanted for testing your UDP-mode servers.  UDP, as the
"U" implies, gives less reliable data transmission than TCP connections and
some systems may have trouble sending large amounts of data that way, but it's
still a useful capability to have.

You may be asking "why not just use telnet to connect to arbitrary ports?"
Valid question, and here are some reasons.  Telnet has the "standard input
EOF" problem, so one must introduce calculated delays in driving scripts to
allow network output to finish.  This is the main reason netcat stays running
until the *network* side closes.  Telnet also will not transfer arbitrary
binary data, because certain characters are interpreted as telnet options and
are thus removed from the data stream.  Telnet also emits some of its
diagnostic messages to standard output, where netcat keeps such things
religiously separated from its *output* and will never modify any of the real
data in transit unless you *really* want it to.  And of course telnet is
incapable of listening for inbound connections, or using UDP instead.  Netcat
doesn't have any of these limitations, is much smaller and faster than telnet,
and has many other advantages.

Some of netcat's major features are:

	Outbound or inbound connections, TCP or UDP, to or from any ports
	Full DNS forward/reverse checking, with appropriate warnings
	Ability to use any local source port
	Ability to use any locally-configured network source address
	Built-in port-scanning capabilities, with randomizer
	Built-in loose source-routing capability
	Can read command line arguments from standard input
	Slow-send mode, one line every N seconds
	Hex dump of transmitted and received data
	Optional ability to let another program service established connections
	Optional telnet-options responder


Contents of comm/net/netcat-1.10.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 2052    3840  53.4% -lh5- 1b3a Mar 20  1996 netcat-1.10/Changelog
[generic]                 2792    6722  41.5% -lh5- bdd2 Feb 27  1996 netcat-1.10/data/data.c
[generic]                  287     450  63.8% -lh5- e202 Feb  1  1996 netcat-1.10/data/dns-any.d
[generic]                   94     186  50.5% -lh5- f38f Mar 20  1996 netcat-1.10/data/Makefile
[generic]                  257     520  49.4% -lh5- 942a Feb  1  1996 netcat-1.10/data/nfs-0.d
[generic]                  246     353  69.7% -lh5- 8e23 Feb 23  1996 netcat-1.10/data/pm.d
[generic]                  525    1361  38.6% -lh5- 88dc Feb  6  1996 netcat-1.10/data/pmap-dump.d
[generic]                  520    1570  33.1% -lh5- b52d Feb  1  1996 netcat-1.10/data/pmap-mnt.d
[generic]                  287     440  65.2% -lh5- d39a Mar 20  1996 netcat-1.10/data/README
[generic]                  590    1096  53.8% -lh5- b477 Feb  1  1996 netcat-1.10/data/rip.d
[generic]                  604    1224  49.3% -lh5- 112d Jan 31  1996 netcat-1.10/data/rservice.c
[generic]                  481     921  52.2% -lh5- 78c1 Feb  1  1996 netcat-1.10/data/showmount.d
[generic]                  967    2002  48.3% -lh5- f641 Feb 18  1996 netcat-1.10/data/xor.c
[generic]                 5166   11629  44.4% -lh5- 1d6f Feb 18  1996 netcat-1.10/generic.h
[generic]                 1758    3805  46.2% -lh5- 3bbe Mar 20  1996 netcat-1.10/Makefile
[generic]                10841   19860  54.6% -lh5- 95a1 Feb  2  2003 netcat-1.10/nc
[generic]                10841   19860  54.6% -lh5- 95a1 Feb  2  2003 netcat-1.10/netcat
[generic]                 1869    3838  48.7% -lh5- 970b Feb  2  2003 netcat-1.10/netcat-1.10.readme
[generic]                 1363    2645  51.5% -lh5- 0014 Mar 20  1996 netcat-1.10/netcat.blurb
[generic]                23082   58553  39.4% -lh5- 0edf Mar 21  1996 netcat-1.10/netcat.c
[generic]                25564   60834  42.0% -lh5- f14b Mar 20  1996 netcat-1.10/README
[generic]                  710    1140  62.3% -lh5- 32f3 Feb 23  1996 netcat-1.10/scripts/alta
[generic]                  285     487  58.5% -lh5- 8f3e Feb 23  1996 netcat-1.10/scripts/bsh
[generic]                  511     883  57.9% -lh5- 523c Mar 20  1996 netcat-1.10/scripts/dist.sh
[generic]                 1002    1892  53.0% -lh5- 5703 Feb 23  1996 netcat-1.10/scripts/irc
[generic]                  618    1005  61.5% -lh5- f437 Feb 23  1996 netcat-1.10/scripts/iscan
[generic]                  748    1467  51.0% -lh5- e5f2 Feb 23  1996 netcat-1.10/scripts/ncp
[generic]                 1141    2116  53.9% -lh5- 5303 Mar 20  1996 netcat-1.10/scripts/probe
[generic]                  164     239  68.6% -lh5- 4685 Feb 23  1996 netcat-1.10/scripts/README
[generic]                 2545    5070  50.2% -lh5- 8028 Feb 23  1996 netcat-1.10/scripts/web
[generic]                 2705    5499  49.2% -lh5- 9572 Feb 23  1996 netcat-1.10/scripts/webproxy
[generic]                  859    1559  55.1% -lh5- e83c Feb 23  1996 netcat-1.10/scripts/webrelay
[generic]                 1570    2989  52.5% -lh5- 17f2 Feb 23  1996 netcat-1.10/scripts/websearch
[generic]                 3895    8549  45.6% -lh5- aa02 Nov  7  1995 netcat-1.10/stupidh
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        34 files  106939  234604  45.6%            Feb  9  2003
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>