=======================================================================		
                            mpscan README 
=======================================================================
Last update 01 Mar 2003 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to:

        Free Software Foundation, Inc.
        59 Temple Place, Suite 330
        Boston, MA 02111-1307 USA

See file COPYING for license details.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mpscan is a parallel network scanner that checks to see which ports are 
open. It uses select() to increase its speed. It was designed to rapidly 
scan large networks, but it also works with a single IP. 


usage: mpscan [-V] | [-h] | [-v] [-t sec] [-p N] [-e N] IP
-V              Prints Version
-h              show this usage message
-v              verbose, -vvv more verbose
-t              timeout sec
-p              first port
-e              last port
IP:             list or range 

example:        mpscan -p 22 192.168.1.1 - 192.168.1.10
                mpscan -p 53 -e 101 127.0.0.1
		


If you discover any bugs, please tell me about them.
Suggestions, comments, and bugs to: Markus Fraczek (marekf@gmx.net)
