Extracts all base64 ticket data from a rubeus /dump file and converts the tickets to ccache files for easy use with other tools.
- Run rubeus to dump tickets (must be in an admin context): rubeus dump /service:krbtgt > output.txt
- python3 rubeus2ccache.py -i output.txt
- Load up tickets in Impacket.