mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
LOL. removing that debug 'True'
This commit is contained in:
parent
a80fe28631
commit
777a19cfa9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user