README FILE FOR NETRECON
=========================
LICENSE:  See COPYING in the source distribution for details.
THE NAME: '(net)work-(recon)noiter' 
ABOUT:    Netrecon is a small, light and fast tool used to quickly investigate
          a network.

It should be noted that these tools are not meant to replace existing ones
but instead to compliment the *nix network troubleshooters toolbox.

RECOMMENDED
-----------
For *deep* scanning nmap (http://www.nmap.org) is a far better utility 
although it is larger than scanlan. For long distance 
few ports scans take a look at doscan http://www.enyo.de/fw/software/doscan/.

Tcpdump is the obvious in depth sniffer if wiretraf is not meeting ones
needs. Also there is the tshark command line sniffer from wireshark which
is relatively small.


FEATURES
--------
- Ping-like only fast connect/select check 
- Precheck support (skips dead hosts) and keeps going
- Tiny footprint with only one dependency (pcap) for the sniffer
- Easy to use and modify for your own systems
- Simple port range support e.g. -p 23 or -p 22-80
- Fine grained timeout support in seconds, useconds or both
- Fast by default but able to do non-strobes (past port 1024/no service mapping)
- Optional full tcp connect for every port 
- Very fast packet watching capability with little tiny footprint
- Simple subnet specification in the form of x.x.x.x-X
- ipv6 support (EXPERIMENTAL)
- Session dump capability using libpcap during scans in parallel
- Simple packet payload decoding in ascii
- Added ARP traffic monitoring
- Passive TCPIP port/host data collection

SEE ALSO: The master TODO file

CONFIGURE
---------
Not all systems support the destination directories for manual pages and
binaries, edit the top of the Makefile to change these. 

BUILD AND INSTALL UTILITIES
---------------------------
Netrecon has to be built for your platform. Tested platforms are:
	linux freebsd netbsd darwin
* cd to where the sources are
* make <platform-name>

For instance - NetBSD do the following:
* cd to where the sources are
* make netbsd

Run `make install` to install to /usr/local/bin.

UNINSTALL
---------
Run `make uninstall` in the source directory to remove.

QUESTIONS/BRICKS
----------------
  pantos.sys@gmail.com
