https://github.com/dawn0207/python_masscan_nmap
通过python调取masscan扫描开放端口,然后通过nmap对端口服务和版本进行确认,最终输出表格
https://github.com/dawn0207/python_masscan_nmap
Last synced: 4 months ago
JSON representation
通过python调取masscan扫描开放端口,然后通过nmap对端口服务和版本进行确认,最终输出表格
- Host: GitHub
- URL: https://github.com/dawn0207/python_masscan_nmap
- Owner: dawn0207
- Created: 2020-12-16T13:16:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T02:33:35.000Z (over 3 years ago)
- Last Synced: 2024-11-21T19:38:47.571Z (12 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - dawn0207/python_masscan_nmap - 通过python调取masscan扫描开放端口,然后通过nmap对端口服务和版本进行确认,最终输出表格 (Python)
README
# python_masscan_nmap
通过python调取masscan扫描开放端口,然后通过nmap对端口服务和版本进行确认,最终输出表格
脚本运行之前,确保安装了masscan,nmap并存在于系统环境中。
通过pip install -r requirement.txt安装脚本运行需要模块。
将需要扫描IP保存到ip.txt文件中,运行python scan_index.py,最终获得Result.xls结果表。