Add needed service name to portrule. Fixes #1066

This commit is contained in:
dmiller 2026-06-01 20:34:02 +00:00
parent 686a3eeda1
commit 102ff6f098

View file

@ -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 = {