rubeus_dump
Dump Kerberos tickets from memory for current or all logon sessions, with optional filtering by user, service, or server.
Instructions
Dump all Kerberos tickets from memory (current or all sessions).
Extracts tickets from the current logon session or, with elevation, from all logon sessions on the system.
Tickets are output as base64-encoded kirbi format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| luid | No | Target specific LUID (requires elevation) | |
| user | No | Filter by username | |
| service | No | Filter by service name | |
| server | No | Filter by server name | |
| nowrap | No | Don't wrap base64 output |