Golden Ticket Attack
Permissions: SYSTEM / ADMINISTRATOR
Intro
This attack lets us connect to all the computers on the domain. Using the krbtgt user with a kerberos ticket granting ticket, we can request access to any resource or system on the domain using the ticket granting service. This is a cool attack and is a Persistence.
Execution
Copy the SID of the domain.
Copy the NTLM Hash of the krbtgt user account.
Generate Golden Ticket
ptt is for Pass the Ticket.
Use psexec.exe
In the same mimikatz terminal run:
This is a terminal that has the golden ticket. Now upload psexec.exe and run it like this to get a shell on every computer domain:
Last updated