mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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
|
||||
return getChar(idx, originalTbl, continuousOrder, expand)
|
||||
else:
|
||||
errMsg = "unable to properly validate character value. using last known value ('%s').." % decodeIntToUnicode(retVal)
|
||||
logger.error(errMsg)
|
||||
conf.timeSec = kb.originalTimeDelay
|
||||
return None
|
||||
return decodeIntToUnicode(retVal)
|
||||
else:
|
||||
return decodeIntToUnicode(retVal)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user