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 dd1920e commit e2dc862Copy full SHA for e2dc862
modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb
@@ -21,7 +21,7 @@ def initialize(info = {})
21
pretty simple, because the principal IDs assigned to logins are incremental. Once logins
22
have been enumerated they can be verified via sp_defaultdb error analysis. This is
23
important, because not all of the principal IDs resolve to SQL logins (some resolve to
24
- roles instead) Once logins have been enumerated, they can be used in dictionary attacks.
+ roles instead). Once logins have been enumerated, they can be used in dictionary attacks.
25
},
26
'Author' => ['nullbind <scott.sutherland[at]netspi.com>'],
27
'License' => MSF_LICENSE,
0 commit comments