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 a588bfd commit 01fda27Copy full SHA for 01fda27
modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Auxiliary
12
13
def initialize(info = {})
14
super(update_info(info,
15
- 'Name' => 'Microsoft SQL Server - Enumerate SQL Logins',
+ 'Name' => 'Microsoft SQL Server SUSER_SNAME SQL Logins Enumeration',
16
'Description' => %q{
17
This module can be used to obtain a list of all logins from a SQL Server with any login.
18
Selecting all of the logins from the master..syslogins table is restricted to sysadmins.
0 commit comments