diff --git a/scripts/servicetags.nse b/scripts/servicetags.nse index af92be8db..45de96510 100644 --- a/scripts/servicetags.nse +++ b/scripts/servicetags.nse @@ -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