Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 777a19c

Browse files
committed
LOL. removing that debug 'True'
1 parent a80fe28 commit 777a19c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ def getChar(idx, charTbl=asciiTbl, continuousOrder=True, expand=charsetType is N
241241
else:
242242
retVal = minValue + 1
243243
if retVal in originalTbl or (retVal == ord('\n') and CHAR_INFERENCE_MARK in payload):
244-
#if timeBasedCompare and not validateChar(idx, retVal):
245-
if True:
244+
if timeBasedCompare and not validateChar(idx, retVal):
246245
errMsg = "invalid character detected. retrying..."
247246
logger.error(errMsg)
248247

0 commit comments

Comments
 (0)