ZwelL Port Scanner
只有8k的超小命令行端口扫描器
——————————————————————————————————————
TCP扫描器,只有8k,但速度超快,支持nmap式的参数格式。
可以用以下格式扫描:
zps.exe 192.168.1.1
zps.exe 192.168.1.1-255
zps.exe 192.168.1-10.2-10
zps.exe 192-193.168,190,199.2,3-6.1-255
或者指定端口扫描:
zps.exe 192.168.1.1 -p 21
zps.exe 192.168.1.1 -p 21,80
zps.exe 192.168.1.1 -p 1-1024
zps.exe 192.168.1.1 -p 21-25,80,110-1024
其他更多还是看帮助吧
ZwelL Port Scanner
version 1.3
http://www.nosec.org
Coded By ZwelL
zps.exe [OPTIONS] <host|ip>
OPTIONS:
-p <port ranges>: Only scan specified ports
Ex: -p 22; -p 1-65535; -p 1-25,80,139,8080
default 21,22,23,25,79,80,110,135,139,445,1433,1521,3306,3389,4899,5631
-n <threads number>: The count of threads, default is 100, range : 1-1000
-d <debug level>: The value is from 1 to 9
-t <time out>: The out time of a connection, default is 3
-h : Show this information
zps.exe -n 1000 -p 25,80,1433,1521,3389 -t 2 10.10.10-15.1-255 -d 2