mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Bug fix for --hex/--technique=B (especially MsSQL)
This commit is contained in:
@@ -308,7 +308,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
dbgMsg = "turning back on time auto-adjustment mechanism"
|
||||
logger.debug(dbgMsg)
|
||||
kb.adjustTimeDelay = ADJUST_TIME_DELAY.YES
|
||||
|
||||
|
||||
return decodeIntToUnicode(retVal)
|
||||
else:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user