mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update related to the last commit
This commit is contained in:
@@ -275,8 +275,10 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||||||
kb.adjustTimeDelay = False
|
kb.adjustTimeDelay = False
|
||||||
return getChar(idx, originalTbl, continuousOrder, expand)
|
return getChar(idx, originalTbl, continuousOrder, expand)
|
||||||
else:
|
else:
|
||||||
|
errMsg = "unable to properly validate character value. using last known value ('%s').." % decodeIntToUnicode(retVal)
|
||||||
|
logger.error(errMsg)
|
||||||
conf.timeSec = kb.originalTimeDelay
|
conf.timeSec = kb.originalTimeDelay
|
||||||
return None
|
return decodeIntToUnicode(retVal)
|
||||||
else:
|
else:
|
||||||
return decodeIntToUnicode(retVal)
|
return decodeIntToUnicode(retVal)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user