rubeus_golden
Forge a Golden Ticket (TGT) using the krbtgt hash to gain persistent, domain-wide access. Bypasses normal authentication by creating a forged ticket with specified user and domain.
Instructions
Forge a Golden Ticket (forged TGT with krbtgt hash).
Creates a TGT that grants domain-wide access. Requires:
Domain SID
krbtgt account hash (RC4 or AES)
Target username and domain
The golden ticket bypasses normal authentication and can be used for persistent domain access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Username for the forged ticket | |
| domain | Yes | Domain FQDN | |
| sid | No | Domain SID | |
| rc4 | No | krbtgt RC4/NTLM hash | |
| aes256 | No | krbtgt AES256 key | |
| aes128 | No | krbtgt AES128 key | |
| des | No | krbtgt DES key | |
| dc | No | Domain controller | |
| ldap | No | Retrieve info via LDAP (requires auth) | |
| groups | No | Group SIDs to include (comma-separated) | |
| sids | No | Extra SIDs for SID history | |
| id | No | User ID (RID) | |
| pgid | No | Primary group ID | |
| outfile | No | Output file for ticket | |
| ptt | No | Pass-the-ticket to current session | |
| nowrap | No | Don't wrap base64 output | |
| starttime | No | Ticket start time | |
| endtime | No | Ticket end time | |
| renewtill | No | Renewable until time | |
| rangeend | No | End of time range for ticket | |
| rangeinterval | No | Interval for ticket time range |