You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@
8
8
9
9
A tool that allows you to convert NMAP XML output to html/csv/json/markdown.
10
10
11
+
## Installation
12
+
13
+
It's possible to install it using `go install` command
14
+
15
+
```
16
+
go install github.com/vdjagilev/nmap-formatter@latest
17
+
```
18
+
19
+
All other options can be found on [Installation Wiki page](https://github.com/vdjagilev/nmap-formatter/wiki/Installation).
20
+
11
21
## Usage
12
22
13
23
```bash
@@ -50,18 +60,10 @@ More examples can be found on [Usage Wiki page](https://github.com/vdjagilev/nma
50
60
51
61
It's also possible to change various output options. More examples on [Usage Wiki Page - Flags](https://github.com/vdjagilev/nmap-formatter/wiki/Usage#flags-and-output-options).
52
62
53
-
## Installation
54
-
55
-
It's possible to install it using `go install` command
56
-
57
-
```
58
-
go install github.com/vdjagilev/nmap-formatter@latest
59
-
```
60
-
61
-
All other options can be found on [Installation Wiki page](https://github.com/vdjagilev/nmap-formatter/wiki/Installation).
0 commit comments