did this to get the readme right and the license
mkccache
Take raw Rubeus output and makes a ccache file that you can use to proxy kerberos auth.
Usage
Simply run mkccache and then copy the ticket information that rubeus spits out and paste it into the tool when prompted.
Once the output is pasted in type the line END and press enter.
It will automatically convert this to a usable format and save it as ccache file, it will then paste the command you need to set the environment variable, simply copy and paste that into your terminal!
Installation
- download the latest release binary
- copy that binary somewhere on your path, or call it directly on your file system
- that's it!
Compile it
- git clone this repo
- cd mkccache
- cargo build --release
- copy the resulting binary in mkccache/target/release/mkccache to somewhere in your path.
Dependencies
- impacket's ticket converter python script installed on your path
- that's it.
Languages
Rust
100%