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: over 1 year ago
JSON representation
Convert nmap xml files to various formats: list of URLS, freemind mindmap, html (without XSL), etc..
- Host: GitHub
- URL: https://github.com/kost/nmapxml
- Owner: kost
- Created: 2010-02-27T02:26:09.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T03:23:33.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T07:03:44.148Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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