-
Python开发的多线程端口扫描工具
资源介绍
python多线程端口扫描工具,多线程自定义扫描主机开放端口。
Usage: portScan.py [options]
Options:
-h, --help show this help message and exit
-i IP, --ip=IP scan only ip default port in number 1 to 10000
-s STARTIP, --startip=STARTIP
sacn ip address start ip address
-e ENDIP, --endip=ENDIP
scan ip address end ip address.
-p SCANPORT, --port=SCANPORT
scan dest ip port,default scan port
21,22,80,139,445,3389,1433,1521,3306,8080; Example [
scan more IP portScan.py -s 127.0.0.1 -e 127.0.254 -p
22,80,137-139,445 ; scan only ip: portScan.py -i
127.0.0.1 -p 1-5000,7001,8080]