From 307e08fbf6fc4449d2cb814fca112d00706b8080 Mon Sep 17 00:00:00 2001 From: Jake Miller Date: Mon, 5 Feb 2018 08:41:58 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca2253f..519448a 100644 --- a/README.md +++ b/README.md @@ -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`