Update README.md

This commit is contained in:
Jake Miller 2018-01-01 20:58:12 -06:00 committed by GitHub
parent 35219befbe
commit 7804f3067d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,9 @@ Converts Nmap XML output to csv file, and other useful functions
### Display only IP addresses
`python3 nmap_xml_parser.py -f nmap_scan.xml -ip`
### Display IP addresses/ports in URL friendly format (http://ipaddr:port)
`python3 nmap_xml_parser.py -f nmap_scan.xml -pw`
### Display least common open ports
> Displays the 10 least common open ports