|
1 | 1 | # nmap-bootstrap-xsl |
| 2 | + |
2 | 3 | A Nmap XSL implementation with Bootstrap. |
| 4 | + |
3 | 5 | ## How to use |
4 | | -Add the nmap-bootstrap.xsl as stylesheet to your Nmap scan. For 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` |
5 | | -Open the scanme.xml with your Webbrowser. It should look like the [scanme.html sample report](http://htmlpreview.github.io/?https://github.com/honze-net/nmap-bootstrap-xsl/blob/master/scanme.html). |
6 | | -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. |
7 | | -## Old scans |
8 | | -You can also format old scans with the xsl stylesheet. Insert |
9 | | -```<?xml-stylesheet href="https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl" type="text/xsl"?>``` |
10 | | -after `<!DOCTYPE nmaprun>`. |
11 | 6 |
|
| 7 | +- Add the `nmap-bootstrap.xsl` as stylesheet to your Nmap scan. |
| 8 | +- Example: |
| 9 | + |
| 10 | +```sh |
| 11 | +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 |
| 12 | +``` |
12 | 13 |
|
| 14 | +- Open the scanme.xml with your Web browser. It should look like the [`scanme.html sample report`](http://htmlpreview.github.io/?https://github.com/honze-net/nmap-bootstrap-xsl/blob/master/scanme.html). |
| 15 | +- Alternatively you can transform the xml to html with |
| 16 | + |
| 17 | +```sh |
| 18 | +xsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml |
| 19 | +``` |
| 20 | + |
| 21 | +- You will need to download the nmap-bootstrap.xsl beforehand. |
| 22 | + |
| 23 | +## Old scans |
| 24 | + |
| 25 | +- You can also format old scans with the xsl stylesheet. |
| 26 | +- Insert `<?xml-stylesheet href="https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl" type="text/xsl"?>` after `<!DOCTYPE nmaprun>`. |
13 | 27 |
|
14 | 28 | ## Screenshots |
| 29 | + |
15 | 30 |  |
| 31 | + |
16 | 32 |  |
17 | | - |
18 | 33 |
|
| 34 | + |
19 | 35 |
|
20 | 36 | ## Demos |
21 | 37 |
|
22 | | - |
| 38 | +- [`HackTheBox - Poison on YouTube`](https://www.youtube.com/watch?v=rs4zEwONzzk&t=56s) |
0 commit comments