Skip to content

Commit

Permalink
Add options description to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vsevolod committed Jun 29, 2019
1 parent 42b0d9c commit 4a72ac6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Example which parses nmap XML and outputs Markdown tables
python nmap2md.py /path/to/file/test.xml -c protocol,port,service,product,version --hs 4
```

* `-c` is used to define columns (their order will reflect end result)
* Supported columns:
* `port`
* `protocol`
* `service`
* `product`
* `version`
* `--hs` is **h**eader **s**ize. Size variations: from 1 to 6.

## Output example

#### 74.207.244.221
Expand Down

0 comments on commit 4a72ac6

Please sign in to comment.