mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
f98479160d
commit
a9d060cb43
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue