Template designed to dynamically display information obtained from Nmap Scan
- Download the
nmap_template_report.xslfile and, when running Nmap, pass the file as astylesheet.
- Example
nmap --open -A -T4 -F --script vulners -oX scanoutput.xml --stylesheet nmap_template_report.xsl 192.168.0.1-254
- Genarete the report
htmlusing the toolxsltproc.
- Example
xsltproc scanoutput.xml nmap_template_report.xsl -o Report.html







