Mimikatz is a very popular and powerful post-exploitation tool mainly used for dumping user credentials inside of a active directory network
Transfer mimikatz.exe to the target
Run
./mimikatz.exe
Ensure that the output is "Privilege '20' ok" - This ensures that you're running mimikatz as an administrator.
If you don't run mimikatz as an administrator, mimikatz will not run properly
Dump hashes
Mimikatz .kirbi extraction
Carve Tickets out of LSASS Memory
Mimikatz can carve tickets directly out of LSASS memory
Crack with hashcat
Golden Ticket
Again using the mimikatz as the previous task; however, this time we'll be using it to create a golden ticket.
We will first dump the hash and sid of the krbtgt user then create a golden ticket and use that golden ticket to open up a new command prompt allowing us to access any machine on the network.
This dumps the hash and security identifier of the Kerberos Ticket Granting Ticket account allowing you to create a golden ticket
Hive purposes: SAM = password hashes, SYSTEM = boot key to decrypt SAM, SECURITY = cached domain creds + DPAPI keys.
If remote SMB/RPC dumping is blocked by host firewall rules, save the hives locally from an elevated shell and transfer them back over an existing shell, RDP drive mount, HTTP upload/download, or Meterpreter: