Nmap-parse-output v1.4.4 releases: Converts/manipulates/extracts data from a nmap scan output
nmap-parse-output Converts/manipulates/extracts data from a nmap scan output. Changelog v1.4.4 Fixed bug in bash completion when installing system-wide Improved documentation Download git clone https://github.com/ernw/nmap-parse-output.git Examples Write HTML output to scan.html: $ ./nmap-parse-output scan.xml html > scan.html Generates a list of all HTTP(s) ports: $ ./nmap-parse-output scan.xml http-ports http://192.168.0.1:8081 https://192.168.0.1:8443 List all names of detected services Read more…