Skip to content

Commit 8e6b67c

Browse files
committed
Add basic README
1 parent af295b9 commit 8e6b67c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# NMAP-Formatter
2+
3+
A tool that allows you to convert NMAP XML output to html/csv/json/markdown.
4+
5+
## Usage
6+
7+
Convert XML output to nicer HTML
8+
9+
```
10+
nmap-formatter [path-to-nmap.xml] html > some-file.html
11+
```
12+
13+
or Markdown
14+
15+
```
16+
nmap-formatter [path-to-nmap.xml] md > some-markdown.md
17+
```
18+
19+

0 commit comments

Comments
 (0)