Nmap扫描结果可视化-NMAP-Formatter

admin 2024年7月4日08:06:33评论12 views字数 574阅读1分54秒阅读模式

一个允许将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

Nmap扫描结果可视化-NMAP-Formatter

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扫描结果可视化-NMAP-Formatter

将Nmap扫描结果转换为Markdown

nmap-formatter.exe md all_ip_port.xml > all_ip_port.md

Nmap扫描结果可视化-NMAP-Formatter

转换为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

Nmap扫描结果可视化-NMAP-Formatter

获取方式

https://github.com/vdjagilev/nmap-formatter

原文始发于微信公众号(渗透测试):Nmap扫描结果可视化-NMAP-Formatter

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年7月4日08:06:33
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Nmap扫描结果可视化-NMAP-Formatterhttps://cn-sec.com/archives/2803740.html

发表评论

匿名网友 填写信息