mimikatz
mimikatz copied to clipboard
Kerberos Golden Ticket PAC Updates for the Nov2021 Microsoft Updates
New switch for Golden::Kerberos /oldpac for original behavior for unpatched domain controllers (or patched domain controllers where PacRequestorEnforcement = 0 or 1).
New fields added:
- UPN_DNS_INFO
- PAC_REQUESTOR
- PAC_ATTRIBUTE_INFO
Requires #368 to build without warnings.
Links:
Interesting PR :) Looks like PAC_ATTRIBUTES_INFO is not declared though. Shouldn't it be created like in your other closed PR? https://github.com/gentilkiwi/mimikatz/pull/379/files#diff-ab813c3eae657d6a046ca00057a7a32bf229a161f9f957821468bc195c870f84R32-R40
@cnotin Thanks for this. Looks like i lost the changes when making the merge more presentable. I have amended the commit to now include the changes in kull_m_rpc_ms-pac.h as looks like i just missed the file completely. This should now be ready to go
It compiles and work fine now, even against PacRequestorEnforcement=2