mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Bug fix
This commit is contained in:
parent
fa1cfa21e6
commit
9476359255
|
@ -434,12 +434,12 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
|||
finally:
|
||||
kb.resumeValues = True
|
||||
|
||||
if suppressOutput is not None:
|
||||
getCurrentThreadData().disableStdOut = popValue()
|
||||
|
||||
conf.tbl = popValue()
|
||||
conf.db = popValue()
|
||||
|
||||
if suppressOutput is not None:
|
||||
getCurrentThreadData().disableStdOut = popValue()
|
||||
|
||||
kb.safeCharEncode = False
|
||||
|
||||
if not kb.testMode and value is None and Backend.getDbms() and conf.dbmsHandler and not conf.noCast and not conf.hexConvert:
|
||||
|
|
Loading…
Reference in New Issue
Block a user