We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323680c commit 1381c7fCopy full SHA for 1381c7f
modules/auxiliary/admin/mssql/mssql_escalate_dbowner_sqli.rb
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
13
14
def initialize(info = {})
15
super(update_info(info,
16
- 'Name' => 'Microsoft SQL Server - Escalate Db_Owner - SQLi',
+ 'Name' => 'Microsoft SQL Server - SQLi Escalate Db_Owner',
17
'Description' => %q{
18
This module can be used to escalate privileges to sysadmin if the user has
19
the db_owner role in a trustworthy database owned by a sysadmin user. Once
0 commit comments