mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-01 11:43:07 +03:00
minor fix
This commit is contained in:
parent
d77a5f5928
commit
7c626f1dbe
|
@ -275,7 +275,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
||||||
warnMsg += "please consider "
|
warnMsg += "please consider "
|
||||||
if not conf.uChar:
|
if not conf.uChar:
|
||||||
warnMsg += "providing --union-char switch "
|
warnMsg += "providing --union-char switch "
|
||||||
warnMsg += "(e.g. --union-char=1)"
|
warnMsg += "(e.g. --union-char=1) "
|
||||||
if not conf.dbms:
|
if not conf.dbms:
|
||||||
if not conf.uChar:
|
if not conf.uChar:
|
||||||
warnMsg += "and/or try to force the "
|
warnMsg += "and/or try to force the "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user