一个允许将Nmap扫描结果转换为多种格式[html|csv|md|json|dot|sqlite]的工具。
1、将Nmap扫描结果保存为xml格式
nmap 192.168.0.140 -sR -A -p 1-65535 -oX all_ip_port.xml
2、使用
nmap-formatter [html|csv|md|json|dot|sqlite] nmap.xml > out_allport.html
将Nmap扫描结果转换为HTML格式
nmap-formatter.exe html all_ip_port.xml.xml > out_allport.html
将Nmap扫描结果转换为Markdown
nmap-formatter.exe md all_ip_port.xml > all_ip_port.md
转换为JSON
nmap-formatter.exe json all_ip_port.xml > all_ip_port.json
转换为SQLite
nmap-formatter.exe sqlite all_ip_port.xml > all_ip_port.sqlite
仅用于技术交流,请勿用于非法用途。
翻到文章最底部点击“阅读原文”下载链接
★
推荐站内搜索:最好用的开发软件、免费开源系统、渗透测试工具云盘下载、最新渗透测试资料、最新黑客工具下载……
还没有评论,来说两句吧...