
ccache टिकटों को kirbi (KRB-CRED) में और इसके विपरीत परिवर्तित करने के लिए impacket पर आधारित एक छोटा टूल।
impacket उदाहरण ticketConverter.py का उपयोग करें।
impacket पर आधारित ccache टिकटों को kirbi (KRB-CRED) में और इसके विपरीत परिवर्तित करने के लिए एक छोटा उपकरण।
इनपुट के रूप में आपको एक ccache या kirbi फ़ाइल प्रदान करनी होगी। स्क्रिप्ट प्रारूप का पता लगाएगी और उसे परिवर्तित कर देगी।
git clone https://github.com/Zer1t0/ticket_converter
cd ticket_converter
pip install -r requirements.txt
$ python ticket_converter.py -h
usage: ticket_converter.py [-h] input_file output_file
positional arguments:
input_file
output_file
optional arguments:
-h, --help show this help message and exit
उदाहरण:
$ python ticket_converter.py ticket.ccache ticket.kirbi
Converting ccache => kirbi
$ python ticket_converter.py ticket.kirbi ticket.ccache
Converting kirbi => ccache