mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
20ae1c2187
commit
6d64f87190
2 changed files with 5 additions and 4 deletions
|
|
@ -274,7 +274,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
|||
warnMsg = "if UNION based SQL injection is not detected, "
|
||||
warnMsg += "please consider "
|
||||
if not conf.uChar:
|
||||
warnMsg += "providing --union-char switch "
|
||||
warnMsg += "using --union-char switch "
|
||||
warnMsg += "(e.g. --union-char=1) "
|
||||
if not conf.dbms:
|
||||
if not conf.uChar:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue