SCANSSH V1.2a
-------------

Scanssh scans the given addresses and networks for running SSH
servers.  It will query their version number and displays the results
in a list. This version also attempts connections on the standard telnet
port (23/TCP) and rsh port (513/TCP), allowing you to do correlations.
Data is presented in a comma separated set of this format:

   IP, SSH info (or fatal connection info), telnet boolean, rsh boolean

The script "process.awk" is used to process the data of this modified scanssh.

This program was originally written under OpenBSD as a personal
measurement tool.  However, besides gathering statistics, it's also
useful for other purposes such as ensuring that all machines on your
network run the latest SSH versions, etc...

It is BSD-licensed, please see the source files.

The program requires

	libpcap - http://www.tcpdump.org/

Built and tested on OpenBSD and Linux, but it should also run with
other UNIX-like operating systems.

You can just type on all systems

	./configure
	make

which should make you happy.

-- 
Niels Provos <provos@citi.umich.edu>
http://www.citi.umich.edu/u/provos

V1.2a mods by Jose Nazario <jose@cwru.edu>
http://biocserver.cwru.edu/~jose/
