python多线程端口扫描工具

时间:2023-02-06 03:40:31
【文件属性】:
文件名称:python多线程端口扫描工具
文件大小:5KB
文件格式:PY
更新时间:2023-02-06 03:40:31
端口扫描 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]

网友评论