unconstrained-delegation
Methodology
Enumerate computers which have unconstrained delegation enabled (Ignore domain controllers).
Compromise the computer(s) and escalate to admin privileges.
Abuse printer bug or check for high value target tickets in memory.
Capture the TGT of the high value target.
Copy the ticket (remove extra spaces).
Pass the ticket
(OPTIONAL) Dcsync krbtgt.
Powershell
[!INFO] Remember to follow the Powershell methodology
PowerView
Find computers with unconstrained delegation:
Get-DomainComputer -UnConstrainedActiveDirectory Module
Binaries
[!INFO] Remember to follow the Binaries methodology
SafetyKatz
Export local TGTs:
Reuse TGTs:
Rubeus
Monitor the target for the TGT:
Abuse printer bug: https://github.com/leechristensen/SpoolSample https://github.com/topotam/PetitPotam
Pass the ticket:
Run DCSync after injecting the ticket
Last updated