HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ticketConverter.py — Convert Kerberos tickets between kirbi and ccache formats. Part of the Impacket suite. More informat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
kirbicommandticketsbetweenconvertkerberoscliticketconverter.py

Problem

How to use the ticketConverter.py command: Convert Kerberos tickets between kirbi and ccache formats. Part of the Impacket suite. More information: <https://github.com/fortra/impacket>.

Solution

ticketConverter.py — Convert Kerberos tickets between kirbi and ccache formats. Part of the Impacket suite. More information: <https://github.com/fortra/impacket>.

Convert kirbi to ccache:
ticketConverter.py {{path/to/ticket.kirbi}} {{path/to/ticket.ccache}}


Convert ccache to kirbi:
ticketConverter.py {{path/to/ticket.ccache}} {{path/to/ticket.kirbi}}

Code Snippets

Convert kirbi to ccache

ticketConverter.py {{path/to/ticket.kirbi}} {{path/to/ticket.ccache}}

Convert ccache to kirbi

ticketConverter.py {{path/to/ticket.ccache}} {{path/to/ticket.kirbi}}

Context

tldr-pages: common/ticketConverter.py

Revisions (0)

No revisions yet.