mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-08 07:03:10 +03:00
minor update
This commit is contained in:
parent
686eacda9a
commit
c9d570c83b
|
@ -91,7 +91,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
|
||||||
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
|
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
|
||||||
warnMsg = "if the problem persists with 'None' values please try to use "
|
warnMsg = "if the problem persists with 'None' values please try to use "
|
||||||
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
|
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
|
||||||
warnMsg += "issues)"
|
warnMsg += "issues) or switch '--hex'"
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
conf.hashDB.write(expression, retVal)
|
conf.hashDB.write(expression, retVal)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user