mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
set_port_version in servicetags.nse.
The name, servicetags, is the same one as for the TCP port, but it doesn't have enough popularity in nmap-services-all to appear in nmap-services.
This commit is contained in:
@@ -188,6 +188,9 @@ action = function(host, port)
|
||||
end
|
||||
end
|
||||
|
||||
port.name = "servicetags"
|
||||
nmap.set_port_version(host, port)
|
||||
|
||||
return stdnse.format_output(true, output)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user