mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
grammar fix, again
This commit is contained in:
parent
9126c84442
commit
6aade8e6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
|||
|
||||
if not all([validPayload, vector]) and not conf.uChar:
|
||||
warnMsg = "if UNION based SQL injection is not detected, "
|
||||
warnMsg += "please consider to provide --union-char switch "
|
||||
warnMsg += "please consider providing --union-char switch "
|
||||
warnMsg += "(e.g. --union-char=1) and/or try to force the "
|
||||
warnMsg += "back-end DBMS (e.g. --dbms=mysql) "
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue