-
Notifications
You must be signed in to change notification settings - Fork 386
Kerberos TGS command
skelsec edited this page Apr 16, 2021
·
5 revisions
Obtains the TGS (ticket-granting-service) ticket for a given service.
None
You will need two things:
- Credentials of the user. This credential can be the
password
orNT hash
or secret keyRC4
/AES128
/AES256
- Have the
SPN
string of the service/user you wish to get the TGS for
None
-
-o
: Writes the TGS to file in KIRBI format -
-e
--etype
: Specifies the requested cipher tpye for ticket encryption. Accepted values: 23, 17, 18
-
pypykatz tgs <kerberos_url> srv_http@test.corp
: Fetches the TGS ticket for the SPNsrv_http@test.corp