Skip to content

Commit 4b06334

Browse files
committed
Minor title change for mssql_enum_domain_accounts_sqli
We don't really do "-" for naming Kind of stands up on a list
1 parent 85e0d72 commit 4b06334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mssql/mssql_enum_domain_accounts_sqli.rb

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

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'Microsoft SQL Server - SQLi SUSER_SNAME Domain Account Enumeration',
16+
'Name' => 'Microsoft SQL Server SQLi SUSER_SNAME Domain Account Enumeration',
1717
'Description' => %q{
1818
This module can be used to brute force RIDs associated with the domain of the SQL Server
1919
using the SUSER_SNAME function via Error Based SQL injection. This is similar to the

0 commit comments

Comments
 (0)