Mark a service as tftp if tftp-enum says it is

This commit is contained in:
dmiller 2015-05-15 19:35:15 +00:00
parent d6ff72d9a3
commit cfac127194

View file

@ -171,6 +171,7 @@ action = function(host, port)
stdnse.debug1("tftp detected")
port.service = "tftp"
nmap.set_port_state(host, port, "open")
local results = {}