From a9d060cb43d27fcd99d168717484160ac5483423 Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 12 Sep 2012 09:27:51 +0000 Subject: [PATCH] Prevent tftp-enum from incorrectly setting the port as closed when an error occurred (e.g. timeout when port is filtered). --- scripts/tftp-enum.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tftp-enum.nse b/scripts/tftp-enum.nse index 5500db647..c92359e52 100644 --- a/scripts/tftp-enum.nse +++ b/scripts/tftp-enum.nse @@ -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