-
Notifications
You must be signed in to change notification settings - Fork 222
kirbikator
Benjamin DELPY edited this page Sep 7, 2015
·
1 revision
kirbikator is a little tool to convert Kerberos tickets from different formats to another.
It can be used to inject them in Windows LSA without mimikatz
It is mainly used to convert Golden Tickets, or other various Kerberos tickets from Windows, in a native format on Linux.
kirbikator {format} ticket1 ticket2 ...
Where {format} is the destination format, this must be one of:
-
ccache- MIT Credential Cache - one ticket per file -
ccaches- MIT Credential Cache - all ticket(s) in an unique file -
kirbi- RFC KRB-CRED (#22) - one ticket per file -
kirbis- RFC KRB-CRED (#22) - all ticket(s) in an unique file -
lsa- Microsoft LSA API -Pass-the-Ticketfor all ticket(s)
ticket1 ticket2 ... can be in MIT Credential Cache or RFC KRB-CRED (#22) format
-
ccache&ccachesare designed for MIT Kerberos or Heimdal Kerberos (Linux, Unix, Mac or Windows with a particular Kerberos stack) -
kirbiis designed to be used withmimikatz(Windows NT6 or > version) -
kirbiscannot be used as it is withmimikatz, but is usefull to store multiple tickets -
lsais only available with Windows NT6 or > version