From f4a241a2ab2ac0507cf0fd11bce65f3568166898 Mon Sep 17 00:00:00 2001 From: Emanuel Duss Date: Mon, 29 Apr 2024 15:20:04 +0200 Subject: [PATCH] Added new command 'hostname-ports' --- nmap-parse-output-xslt/hostname-ports.xslt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 nmap-parse-output-xslt/hostname-ports.xslt diff --git a/nmap-parse-output-xslt/hostname-ports.xslt b/nmap-parse-output-xslt/hostname-ports.xslt new file mode 100644 index 0000000..0358a86 --- /dev/null +++ b/nmap-parse-output-xslt/hostname-ports.xslt @@ -0,0 +1,25 @@ + + + + Extracts a list of all *open* ports in ipaddress:port and hostname:port format. + + extract + + + + + + + + : + + + + + : + + + + + +