rubeus_renew
Renew a Kerberos TGT to extend its validity. Supports auto-renewal to maintain persistent access without re-authentication.
Instructions
Renew an existing TGT to extend its validity period.
Can optionally auto-renew continuously until the renewable lifetime expires. Useful for maintaining persistent access without re-authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket | Yes | Base64 encoded TGT or path to .kirbi file | |
| dc | No | Domain controller IP/hostname | |
| outfile | No | Output file for renewed ticket | |
| ptt | No | Pass-the-ticket to current session | |
| nowrap | No | Don't wrap base64 output | |
| autorenew | No | Automatically renew ticket periodically |