Skip to content

Commit c8c00bc

Browse files
committed
formatted the README:information_source:
1 parent 0f45c1b commit c8c00bc

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,38 @@
11
# nmap-bootstrap-xsl
2+
23
A Nmap XSL implementation with Bootstrap.
4+
35
## 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>`.
116

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+
```
1213

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>`.
1327

1428
## Screenshots
29+
1530
![scanme screenshot 1](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot1.png)
31+
1632
![scanme screenshot 2](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot2.png)
17-
![scanme screenshot 2](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot3.png)
1833

34+
![scanme screenshot 2](https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/scanme-screenshot3.png)
1935

2036
## Demos
2137

22-
![HackTheBox - Poison on YouTube](https://www.youtube.com/watch?v=rs4zEwONzzk)
38+
- [`HackTheBox - Poison on YouTube`](https://www.youtube.com/watch?v=rs4zEwONzzk&t=56s)

0 commit comments

Comments
 (0)