mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:38:56 +08:00
dae1a98be3
* ticketConverter.py, impacket-ticketConverter: add page * Rename ticketConverter.py.md to ticketconverter.py.md * Rename impacket-ticketConverter.md to impacket-ticketconverter.md * Update pages/common/ticketconverter.py.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> * Update pages/common/ticketconverter.py.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> --------- Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
373 B
373 B
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}}