• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

compat/H03-May-2022-1,277921

Makefile.amH A D07-Apr-2004616 2316

Makefile.inH A D03-May-202211.8 KiB424329

READMEH A D08-Apr-20041 KiB4128

TODOH A D18-Dec-200461 32

acconfig.hH A D16-Mar-20042.1 KiB6234

aclocal.m4H A D05-Mar-20055.6 KiB158137

arc4random.cH A D31-Mar-2004373 2313

atomicio.cH A D18-Feb-20011.8 KiB6028

config.guessH A D19-Feb-200541.6 KiB1,4191,219

config.h.inH A D05-Mar-20055.7 KiB210147

config.subH A D19-Feb-200530.4 KiB1,5501,409

configureH A D05-Mar-2005146.5 KiB5,1254,342

configure.inH A D05-Mar-20059.5 KiB372342

connecter.cH A D30-Nov-200417.6 KiB768568

err.cH A D31-Mar-20042.8 KiB10051

exclude.cH A D31-Mar-20044.8 KiB205133

exclude.hH A D16-Mar-20041.9 KiB5015

getaddrinfo.cH A D31-Mar-20042.2 KiB10574

getnameinfo.cH A D31-Mar-20041.2 KiB5536

http.cH A D05-Nov-20047.3 KiB303219

inet_aton.cH A D31-Mar-20045.2 KiB16373

inet_pton.cH A D31-Mar-20045.1 KiB222145

install-shH A D06-Sep-20004.7 KiB239152

interface.cH A D17-Mar-20049.3 KiB399277

interface.hH A D16-Mar-20042.1 KiB5518

md5.cH A D31-Mar-20048.9 KiB319212

missingH A D19-Feb-20056.3 KiB199159

mkinstalldirsH A D19-Feb-2005722 4123

scanssh.1H A D03-Oct-20046 KiB186183

scanssh.cH A D21-Nov-200430.7 KiB1,4871,064

scanssh.hH A D21-Nov-20044.4 KiB15895

socks.cH A D05-Nov-200411.2 KiB484367

socks.hH A D06-Apr-20042.9 KiB9753

stamp-h.inH A D05-Mar-200510 21

strlcat.cH A D31-Mar-20042.5 KiB7330

strlcpy.cH A D31-Mar-20042.3 KiB6525

strsep.cH A D31-Mar-20042.8 KiB7928

telnet.cH A D05-Nov-20046.5 KiB226160

xmalloc.cH A D14-Jul-20041.6 KiB7552

xmalloc.hH A D05-Feb-20011.2 KiB357

README

1SCANSSH V2.0
2-------------
3
4ScanSSH scans the given addresses and networks for running services.
5It mainly detects open proxies and Internet services.  For known
6services, ScanSSH will query their version number and displays the
7results in a list.
8
9This program was originally written under OpenBSD as a personal
10measurement tool.  However, besides gathering statistics, it's also
11useful for other purposes such as ensuring that all machines on your
12network run the latest SSH versions, etc...
13
14It is BSD-licensed, please see the source files.
15
16The program requires
17
18	libpcap - http://www.tcpdump.org/
19	libevent - http://www.monkey.org/~provos/libevent/
20	libdnet - http://libdnet.sourceforge.net/
21
22Built and tested on NetBSD, OpenBSD and Linux, but it should also run with
23other UNIX-like operating systems.
24
25To build,
26
27	./configure
28	make
29	make install
30
31should make you happy.
32
33ACKNOWLEDGEMENTS
34----------------
35
36Thanks to Marius Eriksen for release testing.
37
38--
39Niels Provos <provos@citi.umich.edu>
40http://www.citi.umich.edu/u/provos
41