1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Prevent tftp-enum from incorrectly setting the port as closed when an error occurred (e.g. timeout when port is filtered).

This commit is contained in:
robert
2012-09-12 09:27:51 +00:00
parent f98479160d
commit a9d060cb43

View File

@@ -200,7 +200,6 @@ action = function(host, port)
if (not (check_open_tftp(host, port))) then
stdnse.print_debug(1, "tftp seems not active")
nmap.set_port_state(host, port, "closed")
return
end