ticket_converter icon indicating copy to clipboard operation
ticket_converter copied to clipboard

ImportError: cannot import name 'KeyBlock' from 'impacket.krb5.ccache' (/usr/lib/python3/dist-packages/impacket/krb5/ccache.py)

Open Himself132 opened this issue 2 years ago • 0 comments

Having an issue running the tool and also tracking down what the problem is, I have the requirements installed and everything is up to date on my Kali instance. Receiving the following error using the following command:

python3.10 ticket_converter.py kerbtixx.ccache kerbtixx.kirbi

Traceback (most recent call last): File "/usr/share/windows-resources/mimikatz/ticket_converter.py", line 30, in from impacket.krb5.ccache import CCache, Header, Principal, Credential, KeyBlock, Times, CountedOctetString ImportError: cannot import name 'KeyBlock' from 'impacket.krb5.ccache' (/usr/lib/python3/dist-packages/impacket/krb5/ccache.py)

Himself132 avatar May 26 '22 15:05 Himself132