Categories: Kali Linux

Nmap-Bootstrap-XSL : A Nmap XSL implementation with Bootstrap

Nmap-Bootstrap-XSL is a  Nmap XSL implementation with Bootstrap.

Nmap-Bootstrap-XSL Usage

  • Add the nmap-bootstrap.xsl as stylesheet to your Nmap scan.
  • Example:
nmap -sS -T4 -A -sC -oA scanme --stylesheet https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org
  • Open the scanme.xml with your Web browser. It should look like the scanme.html sample report.
  • Alternatively you can transform the xml to html with
xsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml
  • You will need to download the nmap-bootstrap.xsl beforehand.

Also Read4nonimizer – A Bash Script For Anonymizing The Public IP Used To Browsing Internet

Old scans

  • You can also format old scans with the xsl stylesheet.
  • Insert <?xml-stylesheet
    href="https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl"
    type="text/xsl"?>
    after <!DOCTYPE nmaprun>.

Screenshots

R K

Recent Posts

BypassAV : Techniques To Evade Antivirus And EDR Systems

BypassAV refers to the collection of techniques and tools used to bypass antivirus (AV) and…

10 hours ago

ComDotNetExploit : Exploiting Windows Protected Process Light (PPL)

ComDotNetExploit is a Proof of Concept (PoC) tool designed to demonstrate the exploitation of Windows…

10 hours ago

Trigon : A Revolutionary Kernel Exploit For iOS

Trigon is a sophisticated deterministic kernel exploit targeting Apple’s iOS devices, leveraging the CVE-2023-32434 vulnerability.…

10 hours ago

Bug Bounty Report Templates : Enhancing Efficiency In Vulnerability Reporting

Bug bounty report templates are essential tools for streamlining the process of documenting vulnerabilities. They…

10 hours ago

FullBypass : A Tool For AMSI And PowerShell CLM Bypass

FullBypass is a tool designed to circumvent Microsoft's Antimalware Scan Interface (AMSI) and PowerShell's Constrained…

11 hours ago

Carseat : A Python Implementation Of Seatbelt

Carseat is a Python-based tool that replicates the functionality of the well-known security auditing tool,…

14 hours ago