     What is Scan detect?
     Scan detect is a program meant to prevent people from running TCP
port scanners on Linux systems.  This program listens on what ever port
you tell it to listen on.  When ever a host connects to that TCP port,
Scan Detect will run ipchains to block that host from connecting to your
Linux system.  To that host it would be like your host isn't even on the
internet.
       Requirements
     Scan Detect requires a Linux system with kernel version 2.2.0 or
later, Ipchains and the Rapid Q compiler to compile the program.  You can
get RapidQ from http://www.basicguru.com/abc/rapidq.  To find out how to
compile and install Scan Detect read install.txt.
     To start Scan detect type "scandetect" followed by a port number, for
example, "scandetect 24" will start Scan Detect on TCP port 24.  If you
have any questions email p019077b@pb.seflin.org.

     This program is released under the GPL license.  There are no
warranties that this program will be usefull, However, this program was
written in the hopes that it would.

