# nmap-bootstrap-xsl
A great [tool](https://github.com/honze-net/nmap-bootstrap-xsl) to visualize nmap scans in pretty HTML files.

## Install
```
git clone https://github.com/honze-net/nmap-bootstrap-xsl.git
```

## Running with a previously completed scan
If you've already got an XML created from an nmap scan (such as `scanme.xml` in this example), you can make it pretty with:

```
xsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml
```
