diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse index c1f9870db..68ed547e7 100644 --- a/scripts/http-default-accounts.nse +++ b/scripts/http-default-accounts.nse @@ -237,7 +237,7 @@ action = function(host, port) local _, http_status, _ = http.identify_404(host,port) if ( http_status == 200 ) then stdnse.print_debug(1, "%s: Exiting due to ambiguous response from web server on %s:%s. All URIs return status 200.", SCRIPT_NAME, host.ip, port.number) - return false + return nil end --Load fingerprint data or abort