Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ ticket_converter Public archive

A little tool to convert ccache tickets into kirbi (KRB-CRED) and vice versa based on impacket.

License

Notifications You must be signed in to change notification settings

zer1t0/ticket_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script is no longer supported

Use the impacket example ticketConverter.py.

ticket_converter

A little tool to convert ccache tickets into kirbi (KRB-CRED) and vice versa based on impacket.

As input you must provide a ccache or kirbi file. The script will detect the format and convert it.

Installation

git clone https://github.com/Zer1t0/ticket_converter
cd ticket_converter
pip install -r requirements.txt

Usage

$ 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

Example:

$ python ticket_converter.py ticket.ccache ticket.kirbi
Converting ccache => kirbi
$ python ticket_converter.py ticket.kirbi ticket.ccache
Converting kirbi => ccache

About

A little tool to convert ccache tickets into kirbi (KRB-CRED) and vice versa based on impacket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages