Reporting
Last updated
Last updated
An Nmap XSL implementation with Bootstrap. Allows Nmap XML port scan results to be converted into beautiful HTML reports.
xsltproc
— command line xslt processor
You can convert an already existing Nmap XML file into a nicely formatted HTML report by executing the following commands:
The resulting Nmap HTML report report.html
can be directly opened with any web browser of your choice.
If you have not yet started your Nmap port scan, you can also apply the bootstrap XSL in your Nmap CLI command as follows:
The resulting Nmap XML file can be directly opened with a supported web browser. The bootstrap XSL will already be applied.
Note: Nonetheless, it is recommended to convert the XML file into an HTML report. This ensures that the final Nmap bootstrap report is supported by all web browsers and that clients, to which you'll hopefully send your port scanning results, can easily categorize and open the file with the default OS application - a web browser.
Automatically Visualize and Report Your Nmap Scan Results
First you have to create a new folder
Then run this
After running it, you need a token. Generate token with this
To open Webmap go to http://localhost:8000/
To put your Nmap result to Webmap folders, copy the XML files to /tmp/webmap/
You can see Kali Linux Site for installing docker