      _________              _________
     /   _____/__.__. ____  /   _____/ ____ _____    ____
     \_____  <   |  |/    \ \_____  \_/ ___\\__  \  /    \
     /        \___  |   |  \/        \  \___ / __ \|   |  \
    /_______  / ____|___|  /_______  /\___  >____  /___|  /
            \/\/         \/        \/     \/     \/     \/

Synscan 3.0 (C) 2004 John Anderson (john@ev6.net)
Comments, queries, flames, bugreports etc -> email

Should compile cleanly on IRIX, Solaris and Linux if you have
libpcap installed.

Licensed under the GPL version 2. If you modify this app for your own
needs, i would appreciate a copy of the changes being emailed to me.

Edit synscan.h to configure a few parameters before compiling.

Synscan works using 2 programs..
The "synscan" tool will send SYN packets.
And a second program, either synscand or sslog will listen for the
resulting SYN/ACK packets to determine if ports are open.

Compiling this tool will create 3 binaries:
synscan		- for sending SYN packets
synscand	- logs replies and performs protocol specific checks
sslog		- logs replies and shows ip:port results
