mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 13:47:44 +00:00
19 lines
466 B
Python
19 lines
466 B
Python
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|