From 5658ed15cd2673432bbd81da401892328cf3a65a Mon Sep 17 00:00:00 2001 From: Sab0tag3d Date: Wed, 28 Aug 2019 22:45:24 +0300 Subject: [PATCH] Create new parse filter The same out as with http-ports but with hostnames + -sV Nmap's option output analyse Example: http://www.bank.ru:80 http://ddd.bank.ru:8080 http://ddd.www.bank.ru:80 http://bank.ru:80 http://www.bank.ru:8088 https://WWW.bank.ru:8443 https://login.bank.ru:443 https://logindemo.bank.ru:443 It can be helpful if one IP address has a lot of vhosts. --- nmap-parse-output-xslt/http-hosts-ports.xslt | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 nmap-parse-output-xslt/http-hosts-ports.xslt diff --git a/nmap-parse-output-xslt/http-hosts-ports.xslt b/nmap-parse-output-xslt/http-hosts-ports.xslt new file mode 100644 index 0000000..cad3531 --- /dev/null +++ b/nmap-parse-output-xslt/http-hosts-ports.xslt @@ -0,0 +1,30 @@ + + + Generates a line separated list of HTTP(s) all ports. + Currently, the following services are detected as HTTP: http, https, http-alt, https-alt, http-proxy, sip, rtsp (potentially incomplete) + +extract + + + + + http:// + + : + + + + + + https:// + + : + + + + + + + + +