Skip to content

exploit-development/modern-nmap-bootstrap-xsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nmap Scan Result Viewer

Have a nice interface for checking the result of your Nmap scans.

How to Use

1. New Nmap Scan

Add the modern-nmap-bootstrap.xsl as a stylesheet to your Nmap scan with the --stylesheet argument:

nmap -sS -T4 -A -sC -oA output --stylesheet https://raw.githubusercontent.com/exploit-development/modern-nmap-bootstrap-xsl/master/modern-nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org

Directly open the file input.xml with your web browser; it will be formatted correctly. It should look like the output.html sample report.

2. With a Previously-Run Scan (with XML Output)

If you have a Nmap scan already run, with its output as XML, you can apply the formatting template to it. You'll have two options:

a. Convert XML to HTML file

Transform the XML to HTML with the following command:

xsltproc -o output.html modern-nmap-bootstrap.xsl input.xml

Make sure to download the modern-nmap-bootstrap.xsl stylesheet beforehand.

b. Add the Stylesheet to the XML File

Insert the following line after <!DOCTYPE nmaprun> inside the XML file:

<?xml-stylesheet href="https://raw.githubusercontent.com/exploit-development/modern-nmap-bootstrap-xsl/master/modern-nmap-bootstrap.xsl" type="text/xsl"?>

Scan Report

Scan Report

Detailed Overview

Detailed Overview

Summary Table

Summary Table

About

A modern Nmap XSL implementation with Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages