mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #3503
This commit is contained in:
parent
034bac2a11
commit
58acc4a0bc
3 changed files with 4 additions and 4 deletions
|
|
@ -346,7 +346,7 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
|||
affected parameter.
|
||||
"""
|
||||
|
||||
if conf.hexConvert:
|
||||
if conf.hexConvert and expected != EXPECTED.BOOL and Backend.getIdentifiedDbms():
|
||||
if not hasattr(queries[Backend.getIdentifiedDbms()], "hex"):
|
||||
warnMsg = "switch '--hex' is currently not supported on DBMS %s" % Backend.getIdentifiedDbms()
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue