Documentation Index
Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Renew existing Kerberos tickets to extend their validity period. This command allows you to refresh TGTs before they expire, maintaining persistent access without re-authentication.Syntax
Required Parameters
Base64-encoded ticket data or path to .kirbi file to renew
Optional Parameters
Domain controller to contact for renewal
Save renewed ticket to file
Pass-the-ticket (inject renewed ticket)
Automatically renew ticket until renew-till limit
Don’t wrap base64 output
Examples
Renewal Requirements
Ticket Renewability
Ticket Renewability
Renewable Flag:
- Ticket must have the renewable flag set
- Original ticket request must specify renewable option
- Not all tickets are renewable by default
- Tickets can only be renewed within their renew-till time
- Default domain policy: 7 days renewable period
- Cannot renew expired tickets
Use Cases
Persistence Maintenance
Persistence Maintenance
Long-term Access:
- Maintain access without re-authentication
- Extend ticket lifetime for persistent operations
- Avoid credential re-exposure
- Keep tickets valid during long engagements
- Maintain session state across operations
- Reduce authentication frequency