mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-25 03:13:46 +03:00
Language fix
This commit is contained in:
parent
3266c6c1f1
commit
214d9aaf4b
|
@ -158,7 +158,7 @@ class Abstraction(Web, UDF, Xp_cmdshell):
|
||||||
msg = "on Microsoft SQL Server 2005 and 2008, OPENROWSET function "
|
msg = "on Microsoft SQL Server 2005 and 2008, OPENROWSET function "
|
||||||
msg += "is disabled by default. This function is needed to execute "
|
msg += "is disabled by default. This function is needed to execute "
|
||||||
msg += "statements as another DBMS user since you provided the "
|
msg += "statements as another DBMS user since you provided the "
|
||||||
msg += "--dbms-creds switch. If you are DBA, you can enable it. "
|
msg += "option '--dbms-creds'. If you are DBA, you can enable it. "
|
||||||
msg += "Do you want to enable it? [Y/n] "
|
msg += "Do you want to enable it? [Y/n] "
|
||||||
choice = readInput(msg, default="Y")
|
choice = readInput(msg, default="Y")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user