A Nmap XSL implementation with Bootstrap 4.
- Add the
nmap-bootstrap4.xsl
as stylesheet to your Nmap scan. - Example:
nmap -sS -T4 -A -sC -oA scanme --stylesheet https://github.com/anwiese/nmap-bootstrap4-xsl/raw/master/nmap-bootstrap4.xsl scanme.nmap.org scanme2.nmap.org
-
Open the scanme.xml with your Web browser.
-
Alternatively you can transform the xml to html with
xsltproc -o scanme.html nmap-bootstrap4.xsl scanme.xml
-
You will need to download the nmap-bootstrap4.xsl beforehand.
-
The third way is to use a online tool like Free Online XSLT Test Tool.
This project is licensed under
This work is based on the work of Andreas Hontzia. Special thanks!