mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-06 02:58:05 +00:00
more refactoring
This commit is contained in:
parent
7a3cc38e3c
commit
e9bf768f23
2 changed files with 29 additions and 76 deletions
|
|
@ -92,7 +92,7 @@ def __oneShotUnionUse(expression, unpack=True):
|
|||
warnMsg = "possible server trimmed output detected (due to its length): "
|
||||
warnMsg += trimmed
|
||||
logger.warn(warnMsg)
|
||||
elif Backend.isDbms(DBMS.MYSQL):
|
||||
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
|
||||
warnMsg = "if the problem persists with 'None' values please try to use "
|
||||
warnMsg += "hidden switch --no-cast (fixing problems with some collation "
|
||||
warnMsg += "issues)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue