Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kost/nmapxml

Convert nmap xml files to various formats: list of URLS, freemind mindmap, html (without XSL), etc..
https://github.com/kost/nmapxml

Last synced: about 2 months ago
JSON representation

Convert nmap xml files to various formats: list of URLS, freemind mindmap, html (without XSL), etc..

Awesome Lists containing this project

README

        

Scripts
========
nmapxml2html.pl: convert from XML to HTML without XSL
nmapxml2httprint.pl: display http(s) servers from nmap XML
nmapxml2openports.pl: display all open ports across the scans and its count
nmapxml2ports.pl: display status of all ports by corelating normal port output and extra table

=======================================
nmapxml2html.pl: Nmap XML report writer
(C) Kost. Distributed under GPL

Usage: nmapxml2html.pl ...

Examples:
nmapxml2html.pl nmap.tmpl nmap-host1.xml nmap-host2.xml > nmap.html

Bugs
----
Yes, I know, XSLs are way to do it. But sometimes, XSLs cannot
solve all your problems.
Also, this is good example of how to parse nmap XML file.

=============================================
nmapxml2httprint.pl: Nmap XML to HTTP(S) URLs
(C) Kost. Distributed under GPL

Usage: nmapxml2httprint.pl ...

Examples:
nmapxml2httprint.pl nmap-host1.xml

=============================================
nmapxml2mm.pl: Nmap XML to FreeMind (.mm) compatible file
(C) Kost. Distributed under GPL

Usage: nmapxml2mm.pl [-s] -i -o

Examples:
nmapxml2mm.pl -s -i nmap-host1.xml -o nmap-host1.mm