mpscan 0.1.0 review
Downloadmpscan is a parallel network scanner that checks for open ports
|
|
mpscan is a parallel network scanner that checks for open ports. It uses select() to increase its speed and was designed for rapidly scanning large networks, but could work 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
mpscan -p 22 192.168.1.1 - 192.168.1.255
ip: 192.168.1.1 22 OK service:ssh protocol:tcp
ip: 192.168.1.5 22 OK service:ssh protocol:tcp
ip: 192.168.1.10 22 OK service:ssh protocol:tcp
mpscan -p 80 127.0.0.1
ip: 127.0.0.1 80 OK service:www protocol:tcp
mpscan -v -p 137 -e 139 127.0.0.1
ip: 127.0.0.1 137 FAIL service:netbios-ns protocol:tcp
ip: 127.0.0.1 139 FAIL service:netbios-ssn protocol:tcp
ip: 127.0.0.1 138 FAIL service:netbios-dgm protocol:tcp
mpscan 0.1.0 keywords