mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +03:00
minor update related to the last commit
This commit is contained in:
parent
7cc5743c5d
commit
e1dbb4443b
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user