From 102ff6f09858ff0b332bf4aefe7a9cdf1bcdc9ce Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 1 Jun 2026 20:34:02 +0000 Subject: [PATCH] Add needed service name to portrule. Fixes #1066 --- scripts/http-vuln-cve2017-5689.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-vuln-cve2017-5689.nse b/scripts/http-vuln-cve2017-5689.nse index e9c46866e..3df877814 100644 --- a/scripts/http-vuln-cve2017-5689.nse +++ b/scripts/http-vuln-cve2017-5689.nse @@ -80,7 +80,7 @@ author = "Andrew Orr" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = { "vuln", "auth", "exploit" } -portrule = shortport.port_or_service({623, 664, 16992, 16993}, "amt-soap-http") +portrule = shortport.port_or_service({623, 664, 16992, 16993}, {"amt-soap-http","amt-soap-https"}) action = function(host, port) local vuln = {