Update README.md

This commit is contained in:
Jake Miller 2018-01-01 22:25:25 -06:00 committed by GitHub
parent 7804f3067d
commit 0e2e1eea2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ 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)
### Display IP addresses/ports in URL friendly format
> Displays in format http(s)://ipaddr:port if port is a possible web port
`python3 nmap_xml_parser.py -f nmap_scan.xml -pw`
### Display least common open ports