From 3266c6c1f19e997e007488f006924c967f1db5ec Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 29 Apr 2013 12:14:00 +0200 Subject: [PATCH] Language fix --- lib/takeover/abstraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 08e5f83f5..16a37a100 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -146,7 +146,7 @@ class Abstraction(Web, UDF, Xp_cmdshell): return if not conf.direct and not isStackingAvailable(): - errMsg = "stacked queries is not supported hence sqlmap cannot " + errMsg = "stacked queries are not supported hence sqlmap cannot " errMsg += "execute statements as another user. The execution " errMsg += "will continue and the DBMS credentials provided " errMsg += "will simply be ignored"