From 9acd1ec52859706715da70007e9777e0c697b3de Mon Sep 17 00:00:00 2001 From: Jake Miller Date: Mon, 1 Jan 2018 22:25:53 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c991d9c..ca2253f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Converts Nmap XML output to csv file, and other useful functions ### 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