Skip to content

Commit ea226f7

Browse files
committed
Update mssql_enum_sql_logins.rb
1 parent 74344e9 commit ea226f7

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
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
to sysadmins. However, logins with the PUBLIC role (everyone) can quickly enumerate
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
22-
logins have been enumerated they can be verified via sp_defaultdb error ananlysis.
22+
logins have been enumerated they can be verified via sp_defaultdb error analysis.
2323
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
},

0 commit comments

Comments
 (0)