mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Bug fix for --hex/--technique=B (especially MsSQL)
This commit is contained in:
parent
8617fe0d65
commit
25a5073281
3 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue