登录 注册
当前位置:主页 > 资源下载 > 50 > Python开发的多线程端口扫描工具

Python开发的多线程端口扫描工具

  • 更新:2024-09-24 13:43:50
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:网络安全 - 安全技术
  • 格式:PY

资源介绍

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]