"Fossies" - the Fresh Open Source Software Archive 
Member "scanssh-2.1/README" (8 Apr 2004, 1036 Bytes) of package /linux/privat/old/scanssh-2.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 SCANSSH V2.0
2 -------------
3
4 ScanSSH scans the given addresses and networks for running services.
5 It mainly detects open proxies and Internet services. For known
6 services, ScanSSH will query their version number and displays the
7 results in a list.
8
9 This program was originally written under OpenBSD as a personal
10 measurement tool. However, besides gathering statistics, it's also
11 useful for other purposes such as ensuring that all machines on your
12 network run the latest SSH versions, etc...
13
14 It is BSD-licensed, please see the source files.
15
16 The program requires
17
18 libpcap - http://www.tcpdump.org/
19 libevent - http://www.monkey.org/~provos/libevent/
20 libdnet - http://libdnet.sourceforge.net/
21
22 Built and tested on NetBSD, OpenBSD and Linux, but it should also run with
23 other UNIX-like operating systems.
24
25 To build,
26
27 ./configure
28 make
29 make install
30
31 should make you happy.
32
33 ACKNOWLEDGEMENTS
34 ----------------
35
36 Thanks to Marius Eriksen for release testing.
37
38 --
39 Niels Provos <provos@citi.umich.edu>
40 http://www.citi.umich.edu/u/provos