From 0e2e1eea2e9999dda3237aa0659e18d76ce30868 Mon Sep 17 00:00:00 2001 From: Jake Miller Date: Mon, 1 Jan 2018 22:25:25 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 150a27c..c991d9c 100644 --- a/README.md +++ b/README.md @@ -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