mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor fix
This commit is contained in:
parent
d77a5f5928
commit
7c626f1dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
|||
warnMsg += "please consider "
|
||||
if not conf.uChar:
|
||||
warnMsg += "providing --union-char switch "
|
||||
warnMsg += "(e.g. --union-char=1)"
|
||||
warnMsg += "(e.g. --union-char=1) "
|
||||
if not conf.dbms:
|
||||
if not conf.uChar:
|
||||
warnMsg += "and/or try to force the "
|
||||
|
|
|
|||
Loading…
Reference in a new issue