mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Language fix
This commit is contained in:
@@ -146,7 +146,7 @@ class Abstraction(Web, UDF, Xp_cmdshell):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if not conf.direct and not isStackingAvailable():
|
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 += "execute statements as another user. The execution "
|
||||||
errMsg += "will continue and the DBMS credentials provided "
|
errMsg += "will continue and the DBMS credentials provided "
|
||||||
errMsg += "will simply be ignored"
|
errMsg += "will simply be ignored"
|
||||||
|
|||||||
Reference in New Issue
Block a user