mirror of
https://github.com/nmap/nmap.git
synced 2026-06-28 04:03:30 +00:00
Add needed service name to portrule. Fixes #1066
This commit is contained in:
parent
686a3eeda1
commit
102ff6f098
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue