Skip to content

Commit 31fa57f

Browse files
committed
mssql_enum_sql_logins
1 parent d543b16 commit 31fa57f

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
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
all SQL Server logins using the SUSER_SNAME function by fuzzing the principal_id parameter.
2121
This is pretty simple, because the principal ids assigned to logins are incremental. Once
2222
logins have been enumerated they can be verified via sp_defaultdb error analysis.
23-
This is important, because not all of the principal ids resolve to SQL logins.Some resolve
23+
This is important, because not all of the principal ids resolve to SQL logins. Some resolve
2424
to roles etc. Once logins have been enumerated they can be used in dictionary attacks.
2525
},
2626
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>'],

0 commit comments

Comments
 (0)