diff --git a/scripts/fingerprint-strings.nse b/scripts/fingerprint-strings.nse index b75da97ea..727e47b83 100644 --- a/scripts/fingerprint-strings.nse +++ b/scripts/fingerprint-strings.nse @@ -103,7 +103,6 @@ action = function(host, port) -- Extract the strings from this probe local plain = strings(responses[probes[i]], min) if plain then - stdnse.debug1("%s:>>>%s<<<", probes[i], plain) -- rearrange some whitespace to look nice plain = plain:gsub("^[\n ]*", "\n "):gsub("[\n ]+$", "") -- Gather all the probes that had this same set of strings.