Pass the Ticket
Pass the Ticket (ccache / kirbi)
Tools: mimikatz , rubeus , impacket , ticketConverter.py , secretsdump , tgssub.py
Steps:
1) Request a TGT or a ST
getTGT.py -dc-ip <DC_IP> domain.local/user1:password
getST.py -spn "cifs/target.domain.local" -dc-ip <DC_IP> domain.local/user1:password2) Use the tickets
Globally, all the Impacket tools and the ones that use the library can authenticate via Kerberos with the -k -no-pass command line parameter instead of specifying the password. For ldeep it's -k.
Convert format (Use this depending on use case)
Convert Base64 ticket to both .ccache and .kirbi https://github.com/SolomonSklash/RubeusToCcache
Modify SPN
Tool: Mimikatz
TIP: TGTs = Admin Credentials.
TGSs=Low-privileged account
Alternate Method: Rubeus
Last updated