Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
NmapReportTemplate — Template designed to dynamically display information obtained from Nmap Scan | Kitploit
Tools/GitHubGitHub/sql3t0/nmapreporttemplate
Vulnerability AnalysisInformation GatheringUtilities & Frameworks
GitHubsql3t0/nmapreporttemplate

NmapReportTemplate

Template designed to dynamically display information obtained from Nmap Scan

View Repository
55 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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
root@kitploit:~
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
root@kitploit:~
xsltproc scanoutput.xml nmap_template_report.xsl -o Report.html 
Download Tool