rubeus_tgssub
Replace the SPN in a Kerberos service ticket to access a different service on the same server, using the same service account.
Instructions
Substitute the service name in a service ticket.
Replaces the SPN in an existing TGS with a different service name. Useful when you have a ticket for one service but need access to another on the same server (requires same service account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket | Yes | Base64 encoded ticket or path to .kirbi file | |
| altservice | Yes | New service name to substitute | |
| srealm | No | Service realm | |
| ptt | No | Pass-the-ticket after substitution | |
| luid | No | Target LUID for PTT | |
| nowrap | No | Don't wrap base64 output |