From 777a19cfa9492c26639fbdd081e207d0e914f4fc Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 31 Jan 2011 16:22:55 +0000 Subject: [PATCH] LOL. removing that debug 'True' --- lib/techniques/blind/inference.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 84a5cbdfa..bf831ca18 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -241,8 +241,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None else: retVal = minValue + 1 if retVal in originalTbl or (retVal == ord('\n') and CHAR_INFERENCE_MARK in payload): - #if timeBasedCompare and not validateChar(idx, retVal): - if True: + if timeBasedCompare and not validateChar(idx, retVal): errMsg = "invalid character detected. retrying..." logger.error(errMsg)