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"