We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea226f7 commit d543b16Copy full SHA for d543b16
modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb
@@ -20,7 +20,7 @@ def initialize(info = {})
20
all SQL Server logins using the SUSER_SNAME function by fuzzing the principal_id parameter.
21
This is pretty simple, because the principal ids assigned to logins are incremental. Once
22
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
+ This is important, because not all of the principal ids resolve to SQL logins.Some resolve
24
to roles etc. Once logins have been enumerated they can be used in dictionary attacks.
25
},
26
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>'],
0 commit comments