Utilities to process nmap XML output.
Merge Multiple nmap xml output files into a single xml file.
curl -sL https://raw.githubusercontent.com/enenumxela/nmap-xml-utilities/main/merge-nmap-xml.py > ~/.local/bin/merge-nmap-xml.py && chmod u+x ~/.local/bin/merge-nmap-xml.py
merge-nmap-xml.py -h
usage: merge-nmap-xml [-h] [-f FILE] [-d DIR] [-q]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE parse FILE
-d DIR, --dir DIR Parse all xml in directory
-q, --quiet don't print status messages to stdout
Parse nmap xml output file to extract bits of information.
curl -sL https://raw.githubusercontent.com/enenumxela/nmap-xml-utilities/main/parse-nmap-xml.py > ~/.local/bin/parse-nmap-xml.py && chmod u+x ~/.local/bin/parse-nmap-xml.py
parse-nmap-xml.py -h
usage: parse-nmap-xml [-h] [-ips] [-ports] [-service SERVICE] [-service-prefix PREFIX] [-separator SEPARATOR] FILE
positional arguments:
FILE Nmap XML output file
optional arguments:
-h, --help show this help message and exit
-ips list of live ipv4s
-ports list open ports
-service SERVICE service to filter by
-service-prefix PREFIX
service prefix to filter by
-separator SEPARATOR output separator