Skip to content

Commit 787dab9

Browse files
committed
Fix description
1 parent a7faf79 commit 787dab9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def initialize(info = {})
1717
'Description' => %q{
1818
This module exploits a vulnerability in the Microsoft Kerberos implementation. The problem
1919
exists in the verification of the Privilege Attribute Certificate (PAC) from a Kerberos TGS
20-
request, allowing a domain user to forge a PAC with arbitrary privileges, including Domain
21-
Administrator. This module outputs a MIT Kerberos Credential Cache with the privileged
22-
ticket, which can be imported, for example, on Mimikatz. It has been tested successfully on
23-
Windows 2008.
20+
request, where a domain user is allowed to forge a PAC with arbitrary privileges, including
21+
Domain Administrator. This module requests a TGT ticket with a forged PAC and exports it to
22+
a MIT Kerberos Credential Cache file. It can be loaded on Windows systems with the Mimikatz
23+
help. It has been tested successfully on Windows 2008.
2424
},
2525
'Author' =>
2626
[

0 commit comments

Comments
 (0)