From 98399e1bee8c3bcded6e534eb08d9c8d73cc59d3 Mon Sep 17 00:00:00 2001 From: Jake Miller Date: Sat, 23 Dec 2017 12:46:24 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64cdd49..484faa6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Converts Nmap XML output to csv file, and other useful functions ### Display least common open ports > Displays the 10 least common open ports + `python3 nmap_xml_parser.py -f nmap_scan.xml -lc 10` ### Display most common open ports > Displays the 10 most common open ports + `python3 nmap_xml_parser.py -f nmap_scan.xml -mc 10`