Update README.md

This commit is contained in:
Jake Miller 2018-02-05 08:41:58 -06:00 committed by GitHub
parent af7d78768a
commit 307e08fbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,8 @@ Converts Nmap XML output to csv file, and other useful functions
> Displays the 10 most common open ports
`python3 nmap_xml_parser.py -f nmap_scan.xml -mc 10`
### Display only IP addresses with a specified open port
> Displays only IP addresses where port 23 is open
`python3 nmap_xml_parser.py -f nmap_scan.xml -fp 23`