Skip to content

Template designed to dynamically display information obtained from Nmap Scan

Notifications You must be signed in to change notification settings

sql3t0/NmapReportTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nmap Report Template

Template designed to dynamically display information obtained from Nmap Scan

Screenshots

img01

img05

img06

img07

img02

img03

img04

Usage

  1. Download the nmap_template_report.xsl file and, when running Nmap, pass the file as a stylesheet.
  • Example
nmap --open -A -T4 -F --script vulners -oX scanoutput.xml --stylesheet nmap_template_report.xsl 192.168.0.1-254
  1. Genarete the report html using the tool xsltproc.
  • Example
xsltproc scanoutput.xml nmap_template_report.xsl -o Report.html 

About

Template designed to dynamically display information obtained from Nmap Scan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages