unconstrained-delegation

Methodology

  1. Check if TGTDelegation is enabled accross forest trust.

  2. Abuse printer bug or check for high value target tickets in memory.

  3. Capture the TGT of the high value target.

  4. Copy the ticket (remove extra spaces).

  5. Pass the ticket

  6. (OPTIONAL) Dcsync krbtgt.

Check if TGTDelegation is enabled:

netdom trust contoso.local /domain:eu.local /query /EnableTgtDelegation
  • If output says YES -> eu.local is vulnerable to TGT delegation attacks.

  • If output says NO- > The trust does not allow TGT delegation.

Binaries

[!INFO] Remember to follow the Binaries methodology

Rubeus

Monitor the target for the TGT:

Abuse printer bug: https://github.com/leechristensen/SpoolSample https://github.com/topotam/PetitPotam

Pass the ticket:

Last updated