Fix title

bug/bundler_fix
jvazquez-r7 2014-11-11 11:15:53 -06:00
parent a588bfd31a
commit 01fda27264
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'Microsoft SQL Server - Enumerate SQL Logins',
'Name' => 'Microsoft SQL Server SUSER_SNAME SQL Logins Enumeration',
'Description' => %q{
This module can be used to obtain a list of all logins from a SQL Server with any login.
Selecting all of the logins from the master..syslogins table is restricted to sysadmins.