Multiscan is a tcp port scanner for console which allows you to scan
a range of IP addresses. Each IP address is pinged before it is
scanned. It is also possible to scan only known ports, and to scan
them in a random order. Feel free to send me a mail at
coldn@gamearena.net
Installation:
Grab the package from http://sourceforge.net/projects/multiscan/
$ tar xzvf multiscan-X.X.tar.gz
$ cd multiscan-X.X
$ ./configure
$ make
$ make install (optional)
Usage: ./multiscan [OPTION]...
Options:
-h, --help display this help and exit
-V, --version output version information and exit
-t, --target Target host/range
-s, --start Start port (Default: 1)
-e, --end End port (Default: 1024)
-k, --known Only scan known ports (from /etc/services)
-r, --random Scan ports in random order
-S, --status Show statusline
Instead of an hostname or ip address you can specify a range of ip
addresses, like this:
$ multiscan -t 10.0.0.1-5
This will scan 10.0.0.1, 10.0.0.2 ..... 10.0.0.5
Copyright (C) 2000 Karl Söderström
multiscan 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 the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Comments are welcome.
- Karl Söderström <coldn@gamearena.net>
|