Vsevolod Djagilev
Vsevolod Djagilev
It's not quite arbitrary, it's sorting not numerically, but alphabetically. I think It's possible to add an exception use-case for ports in this case.
Here is another tool that I wrote which might help you to convert nmap xml to JSON, CSV, html or markdown: https://github.com/vdjagilev/nmap-formatter Combining this with `jq` tool is quite interesting,...
Fixed here: https://github.com/vdjagilev/nmap-formatter/security/dependabot/8
您好 @andytyc ,感谢您使用 nmap-formatter 并提供反馈!😊 目前,字段名默认首字母大写,暂时没有办法保留原始字段名称。不过,我理解这个功能在某些使用场景中的重要性。 我正在开发一个解决方案,允许通过命令行参数选择保留原始字段名称,并确保与现有版本兼容。虽然具体发布时间还未确定,但我会优先处理这个改进。 如果您还有其他建议或特定需求,欢迎随时告诉我!
Fix: https://github.com/vdjagilev/nmap-formatter/pull/182