nmap-formatter
nmap-formatter copied to clipboard
A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot) or sqlite. Simply put it's nmap converter.
https://github.com/vdjagilev/nmap-formatter/actions/runs/7831372262 [Analyze (go)](https://github.com/vdjagilev/nmap-formatter/actions/runs/7831372262/job/21376814847) Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. [Analyze (go)](https://github.com/vdjagilev/nmap-formatter/actions/runs/7831372262/job/21376814847#step:3:11) CodeQL Action...
Writing everytime that `.HostState == "up"` is an unnecessary repetition. It should be moved to the separate function and replaced everywhere * Replaced in all templates * HTML * MD...
Remove customized solution for each implementation of skipping the offline hosts in favor of filters.
最近使用nmap扫描信息后,只能导出xml数据,即使将nmap升级版本也无法导出json文件。 而nmap-formatter很好的解决了这个问题。 但我现在遇到一个问题,转换后字段属性默认首字母大写,这个是否有命令选项可以支持: - 不处理字段名吗(保留原字段名称)。 - 如果不可以,这种方案又是出于什么考虑呢?以后会提供支持吗?