mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +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:
parent
8c20c04d99
commit
453131b820
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue