made the repository properly with github

did this to get the readme right and the license
This commit is contained in:
pyro57000
2025-07-22 13:24:36 -05:00
parent 23f35464c2
commit 24042e730f
3 changed files with 102 additions and 0 deletions

View File

@@ -1,2 +1,25 @@
# 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
1. download the latest release binary
2. copy that binary somewhere on your path, or call it directly on your file system
3. that's it!
# Compile it
1. git clone this repo
2. cd mkccache
3. cargo build --release
4. copy the resulting binary in mkccache/target/release/mkccache to somewhere in your path.
# Dependencies
1. impacket's ticket converter python script installed on your path
2. that's it.