1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 05:09:02 +00:00

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 = {}