端口扫描
Python 中的简单端口扫描脚本。 工作仍在进行中。 portScan.py 需要 Python3,而 scapyScan.py 需要 Python2.x。 我正在努力在同一版本中编写两者。
用法:portScan.py [选项]
选项:-h, --help 显示此帮助信息并退出 -t target.com, --target=target.com -p PORT, --port=PORT -s [超时秒数], --timeout=[超时时间以秒为单位] -T, --TCP -U, --UDP
对于使用 scapyScan.py 脚本的 Scapy 扫描:
用法:scapyScan.py [选项]
选项:-h, --help 显示此帮助消息并退出 -t target.com, --target=target.com -p PORTS, --ports=PORTS 端口
2022-07-20 02:56:28
5KB
Python
1