Skip to content

Extracts all base64 ticket data from a rubeus /dump file and converts the tickets to ccache files for easy use with other tools.

Notifications You must be signed in to change notification settings

curi0usJack/rubeus2ccache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rubeus2ccache

Extracts all base64 ticket data from a rubeus /dump file and converts the tickets to ccache files for easy use with other tools.

  1. Run rubeus to dump tickets (must be in an admin context): rubeus dump /service:krbtgt > output.txt
  2. python3 rubeus2ccache.py -i output.txt
  3. Load up tickets in Impacket.

About

Extracts all base64 ticket data from a rubeus /dump file and converts the tickets to ccache files for easy use with other tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages