1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Updated Module info

git-svn-id: file:///home/svn/framework3/trunk@7226 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2009-10-22 03:01:34 +00:00
parent e4109d8670
commit b87fa8f63f

View File

@ -16,12 +16,14 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'Run SQL Server Enumeration against the MSSQL instance',
'Name' => 'Microsoft SQL Server Configuration Enumerator',
'Description' => %q{
This module will allow for simple SQL Server enumeration against a
MSSQL 2k, 2k5 and 2k8 instance given SYSDBA credentials.
This module will perform a series of configuration audits and
security checks against a Microsoft SQL Server database. For this
module to work, valid administrative user credentials must be
supplied.
},
'Author' => [ 'Carlos Perez <carlos_perez [at] darkoperator [dot] com>' ],
'Author' => [ 'Carlos Perez <carlos_perez [at] darkoperator.com>' ],
'License' => MSF_LICENSE,
'Version' => '$Revision$'
))