mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Language fix
This commit is contained in:
parent
96847de370
commit
3266c6c1f1
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user