1
0
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:
david
2012-07-30 18:58:25 +00:00
parent 8c20c04d99
commit 453131b820

View File

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