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
本文实例讲述了python实现的多线程端口扫描功能。分享给大家供大家参考,具体如下:
下面的程序给出了对给定的ip主机进行多线程扫描的Python代码
#!/usr/bin/env python
#encoding: utf-8
import socket, sys, thread, time
openPortNum = 0
socket.setdefaulttimeout(3)
def usage():
print '''''Usage:
Scan the port of one I