mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Language update
This commit is contained in:
parent
6677da63cd
commit
9ff9c951bc
|
@ -183,11 +183,11 @@ class Abstraction(Web, UDF, xp_cmdshell):
|
||||||
self.checkDbmsOs(detailed)
|
self.checkDbmsOs(detailed)
|
||||||
|
|
||||||
if mandatory and not self.isDba():
|
if mandatory and not self.isDba():
|
||||||
warnMsg = "the functionality requested might not work because "
|
warnMsg = "functionality requested probably does not work because "
|
||||||
warnMsg += "the session user is not a database administrator"
|
warnMsg += "the curent session user is not a database administrator"
|
||||||
|
|
||||||
if not conf.dCred and Backend.getIdentifiedDbms() in ( DBMS.MSSQL, DBMS.PGSQL ):
|
if not conf.dCred and Backend.getIdentifiedDbms() in ( DBMS.MSSQL, DBMS.PGSQL ):
|
||||||
warnMsg += ". You can try to provide --dbms-cred switch "
|
warnMsg += ". You can try to to use option '--dbms-cred' "
|
||||||
warnMsg += "to execute statements as a DBA user if you "
|
warnMsg += "to execute statements as a DBA user if you "
|
||||||
warnMsg += "were able to extract and crack a DBA "
|
warnMsg += "were able to extract and crack a DBA "
|
||||||
warnMsg += "password by any mean"
|
warnMsg += "password by any mean"
|
||||||
|
|
|
@ -180,8 +180,8 @@ class UDF:
|
||||||
self.checkDbmsOs()
|
self.checkDbmsOs()
|
||||||
|
|
||||||
if not self.isDba():
|
if not self.isDba():
|
||||||
warnMsg = "the functionality requested might not work because "
|
warnMsg = "functionality requested probably does not work because "
|
||||||
warnMsg += "the session user is not a database administrator"
|
warnMsg += "the curent session user is not a database administrator"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
if not conf.shLib:
|
if not conf.shLib:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user