Reporting
Nmap XML to HTML report
Requirements
sudo apt install xsltproc๐ Usage
Converting Nmap XML
# download the nmap bootstrap xsl
wget https://raw.githubusercontent.com/Haxxnet/nmap-bootstrap-xsl/main/nmap-bootstrap.xsl
# convert your nmap xml file into html
xsltproc -o report.html nmap-bootstrap.xsl <nmap.xml>Applying XSL in advance
WebMap
Webmap Installation
Last updated