snippetbashTip
mimikatz kerberos — Interact with Kerberos tickets. More information: <https://github.com/gentilkiwi/mimikatz>.
Viewed 0 times
commandticketsinteractclikerberoswithmoremimikatz kerberos
windows
Problem
How to use the
mimikatz kerberos command: Interact with Kerberos tickets. More information: <https://github.com/gentilkiwi/mimikatz>.Solution
mimikatz kerberos — Interact with Kerberos tickets. More information: <https://github.com/gentilkiwi/mimikatz>.List current Kerberos tickets:
mimikatz "kerberos::list"Purge all Kerberos tickets:
mimikatz "kerberos::purge"Inject a ticket from a
.kirbi file:mimikatz "kerberos::ptt ticket.kirbi"Code Snippets
List current Kerberos tickets
mimikatz "kerberos::list"Purge all Kerberos tickets
mimikatz "kerberos::purge"Inject a ticket from a `.kirbi` file
mimikatz "kerberos::ptt ticket.kirbi"Context
tldr-pages: windows/mimikatz kerberos
Revisions (0)
No revisions yet.