Skip to content

Commit 01fda27

Browse files
committed
Fix title
1 parent a588bfd commit 01fda27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Auxiliary
1212

1313
def initialize(info = {})
1414
super(update_info(info,
15-
'Name' => 'Microsoft SQL Server - Enumerate SQL Logins',
15+
'Name' => 'Microsoft SQL Server SUSER_SNAME SQL Logins Enumeration',
1616
'Description' => %q{
1717
This module can be used to obtain a list of all logins from a SQL Server with any login.
1818
Selecting all of the logins from the master..syslogins table is restricted to sysadmins.

0 commit comments

Comments
 (0)