mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixes #3503
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user