Obj 8 Golden Ticket / DCSync
Task - Extract secrets from DA, Create a Golden Ticket, Use Golden Ticket
This Module starts with creating a new session as DA. When running the below command do NOT use invishell. Simply open a terminal as Administrator and run the command.
Use Rubeus to create a new session to start a new session as svcadmin which has DA privileges
Copy Loader.exe to the DC
We can use winrs or PSSession to access the DC
Now we are going to forward port 8080 on the DC back to us
Now we can access our file directory on our studentvm
We should now have a mimikatz # term to run commands in
The below command will dump the creds of the DC
- DCSYNYC -
To get NTLM hash and AES keys of the krbtgt account, we can use the DCSync attack
- GOLDEN TICKET -
we can use BetterSafetyKatz.exe to create a Golden ticket
Now we can access the DC
Last updated