# ticketConverter.py

Published 2025-03-18

This is part of impacket and awesome for manipulating Kerberos tickets.

# Convert a stolen TGT into a .ccache

notepad ticky.txt
[paste it in!]
base64 -d ticky.txt > ticky.kirbi
ticketConverter.py ticky.kirby ticky.ccache
export KRB5CCNAME=ticky.ccache