netcat.c

-- link is going around at work

[ plain text ] /* Netcat 1.10 RELEASE 960320 A damn useful little "backend" utility begun 950915 or thereabouts, as *Hobbit*'s first real stab at some sockets programming. Something that should have and indeed may have existed ten years ago, but never became a standard Unix utility. IMHO, "nc" could take its place right next to cat, cp, rm, mv, dd, ls, and all those other cryptic and Unix-like things. Read the README for the whole story, doc, applications, etc. Layout: conditional includes: includes: handy defines: globals: malloced globals: cmd-flag globals: support routines: readwrite select loop: main: bluesky: parse ranges of IP address as well as ports, perhaps RAW mode! backend progs to grab a pty and look like a real telnetd?! backend progs to do various encryption modes??!?! */ # include "generic.h" /* same as with L5, skey, etc...

Linked on 2015-07-21 22:11:44 | Similar Links