Subnetwork Explorer

SubNetwork Explorer is a very simple network analyzer tool that scans the subnets of a network for anonymous Ftp, Netbios, and SunRPC ports. If no options specified, it will just display the host names without scanning them. One of the feature here is that it uses 'fork()' so that it's pretty fast and it scans all of the subnets at the same time.

License: GPL
Platform: Linux/BSD
Download: netxplorer-0.0.3BETA.tar.gz

Installation:
* tar xzvf netxplorer-0.0.1BETA.tar.gz
* Just type "make".
* If you want to put it in /usr/bin, type "make install"
(you have to login as root) for "make install"

History:
Jan 1, 2000: v0.0.3BETA1-test1-prerelease
* Fixed connect_scanner::scan_port(...)
* Fixed memory hog
* Added half-connection scan - not detected by iplog
* Added: web, mail, CUPS server scans.

December 22, 2000: v0.0.2BETA
* Rewrite everything with C++
* Improved code
* Major code cleanup
* Single host scanning
* More complete Sun RPC
* Added: web, mail, CUPS server scans.

July 19, 2000: v0.0.1BETA
* Initial public release

July 16, 2000:
* Project started