mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-29 17:33:11 +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:
|
finally:
|
||||||
kb.resumeValues = True
|
kb.resumeValues = True
|
||||||
|
|
||||||
if suppressOutput is not None:
|
|
||||||
getCurrentThreadData().disableStdOut = popValue()
|
|
||||||
|
|
||||||
conf.tbl = popValue()
|
conf.tbl = popValue()
|
||||||
conf.db = popValue()
|
conf.db = popValue()
|
||||||
|
|
||||||
|
if suppressOutput is not None:
|
||||||
|
getCurrentThreadData().disableStdOut = popValue()
|
||||||
|
|
||||||
kb.safeCharEncode = False
|
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:
|
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