From 90882f081dd30621014f9cecd8e2d7a08d1d7f2a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 20 Aug 2014 23:47:57 +0200 Subject: [PATCH] Language update --- lib/request/inject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/inject.py b/lib/request/inject.py index abc6d5a73..5bc489f69 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -373,7 +373,7 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser if not found and not expected and kb.injection.data[PAYLOAD.TECHNIQUE.UNION].where == PAYLOAD.WHERE.ORIGINAL: warnMsg = "something went wrong with full UNION " - warnMsg += "technique (most probably because of " + warnMsg += "technique (could be because of " warnMsg += "limitation on retrieved number of entries). " warnMsg += "Falling back to partial UNION technique" singleTimeWarnMessage(warnMsg)