Skip to content

anwiese/nmap-bootstrap4-xsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

nmap-bootstrap4-xsl

A Nmap XSL implementation with Bootstrap 4.

Usage

  • 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.

License

This project is licensed under License: CC BY-SA 4.0

Acknowledgments

This work is based on the work of Andreas Hontzia. Special thanks!

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 100.0%