nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers
authorderaadt <deraadt@openbsd.org>
Thu, 5 Sep 1996 08:55:23 +0000 (08:55 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 5 Sep 1996 08:55:23 +0000 (08:55 +0000)
commite27b89427ac70d51d85c8d30b0d2899f30d582d0
tree7a5d4390c1067367cec9181629117bbefd186cc7
parent4a984228930462a0a1ed51845a02aeacffc82fbe
nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers
have, so that he may learn what the network is about and protect it better.
31 files changed:
usr.bin/Makefile
usr.bin/nc/Makefile [new file with mode: 0644]
usr.bin/nc/README [new file with mode: 0644]
usr.bin/nc/data/Makefile [new file with mode: 0644]
usr.bin/nc/data/README [new file with mode: 0644]
usr.bin/nc/data/data.c [new file with mode: 0644]
usr.bin/nc/data/dns-any.d [new file with mode: 0644]
usr.bin/nc/data/nfs-0.d [new file with mode: 0644]
usr.bin/nc/data/pm.d [new file with mode: 0644]
usr.bin/nc/data/pmap-dump.d [new file with mode: 0644]
usr.bin/nc/data/pmap-mnt.d [new file with mode: 0644]
usr.bin/nc/data/rip.d [new file with mode: 0644]
usr.bin/nc/data/rservice.c [new file with mode: 0644]
usr.bin/nc/data/showmount.d [new file with mode: 0644]
usr.bin/nc/data/xor.c [new file with mode: 0644]
usr.bin/nc/generic.h [new file with mode: 0644]
usr.bin/nc/nc.1 [new file with mode: 0644]
usr.bin/nc/netcat.blurb [new file with mode: 0644]
usr.bin/nc/netcat.c [new file with mode: 0644]
usr.bin/nc/scripts/README [new file with mode: 0644]
usr.bin/nc/scripts/alta [new file with mode: 0644]
usr.bin/nc/scripts/bsh [new file with mode: 0644]
usr.bin/nc/scripts/dist.sh [new file with mode: 0644]
usr.bin/nc/scripts/irc [new file with mode: 0644]
usr.bin/nc/scripts/iscan [new file with mode: 0644]
usr.bin/nc/scripts/ncp [new file with mode: 0644]
usr.bin/nc/scripts/probe [new file with mode: 0644]
usr.bin/nc/scripts/web [new file with mode: 0644]
usr.bin/nc/scripts/webproxy [new file with mode: 0644]
usr.bin/nc/scripts/webrelay [new file with mode: 0644]
usr.bin/nc/scripts/websearch [new file with mode: 0644]