File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/auxiliary/admin/mssql Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def initialize(info = {})
19
19
to sysadmins. However, logins with the PUBLIC role (everyone) can quickly enumerate
20
20
all SQL Server logins using the SUSER_SNAME function by fuzzing the principal_id parameter.
21
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 ananlysis .
22
+ logins have been enumerated they can be verified via sp_defaultdb error analysis .
23
23
This is important, because not all of the principal ids resolve to SQL logins. Some resolve
24
24
to roles etc. Once logins have been enumerated they can be used in dictionary attacks.
25
25
} ,
You can’t perform that action at this time.
0 commit comments