grammar fix, again

This commit is contained in:
Bernardo Damele 2011-06-08 16:40:22 +00:00
parent 9126c84442
commit 6aade8e6fc

View File

@ -212,7 +212,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
if not all([validPayload, vector]) and not conf.uChar: if not all([validPayload, vector]) and not conf.uChar:
warnMsg = "if UNION based SQL injection is not detected, " 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 += "(e.g. --union-char=1) and/or try to force the "
warnMsg += "back-end DBMS (e.g. --dbms=mysql) " warnMsg += "back-end DBMS (e.g. --dbms=mysql) "
singleTimeWarnMessage(warnMsg) singleTimeWarnMessage(warnMsg)