Skip to content

Commit e2dc862

Browse files
author
Tod Beardsley
committed
Fix newly introduced typo.
1 parent dd1920e commit e2dc862

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
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
pretty simple, because the principal IDs assigned to logins are incremental. Once logins
2222
have been enumerated they can be verified via sp_defaultdb error analysis. This is
2323
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.
24+
roles instead). Once logins have been enumerated, they can be used in dictionary attacks.
2525
},
2626
'Author' => ['nullbind <scott.sutherland[at]netspi.com>'],
2727
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)