From 6aade8e6fc80669a0e2cbd919e421f3d3ce477f6 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 8 Jun 2011 16:40:22 +0000 Subject: [PATCH] grammar fix, again --- lib/techniques/inband/union/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/inband/union/test.py b/lib/techniques/inband/union/test.py index 30395a948..9fea1fbe5 100644 --- a/lib/techniques/inband/union/test.py +++ b/lib/techniques/inband/union/test.py @@ -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)