mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor typo fixes
This commit is contained in:
@@ -187,7 +187,7 @@ class Abstraction(Web, UDF, xp_cmdshell):
|
|||||||
warnMsg += "the curent 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 to use option '--dbms-cred' "
|
warnMsg += ". You can try 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user