diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 065b99ae6..0b3adba61 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -455,9 +455,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None val = None commonValue, commonPattern, commonCharset, otherCharset = goGoodSamaritan(finalValue, asciiTbl) - # Debug print - #print "\ncommonValue, commonPattern, commonCharset:", commonValue, commonPattern, commonCharset - # If there is one single output in common-outputs, check # it via equal against the query output if commonValue is not None: