gentilkiwi / mimikatz

A little tool to play with Windows security

Home Page:http://blog.gentilkiwi.com/mimikatz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem Working for Windows 11 ARM64

OscarXvita opened this issue · comments

The mimikatz have problem exporting keys on a Windows 11 ARM64.

        Type           : AT_SIGNATURE (0x00000002)
        |Provider name : Microsoft Enhanced Cryptographic Provider v1.0
        |Key Container : {XXX}
        |Unique name   : XXX
        |Implementation: CRYPT_IMPL_SOFTWARE ;
        Algorithm      : CALG_RSA_SIGN
        Key size       : 2048 (0x00000800)
        Key permissions: 0000003b ( CRYPT_ENCRYPT ; CRYPT_DECRYPT ; CRYPT_READ ; CRYPT_WRITE ; CRYPT_MAC ; )
        Exportable key : NO
        Private export : ERROR kuhl_m_crypto_exportKeyToFile ; CryptExportKey(init) (0x8009000b)
Private export : ERROR kuhl_m_crypto_exportKeyToFile ; CryptExportKey(init) (0x8009000b)
mimikatz # crypto::capi
ERROR kuhl_m_crypto_p_capi ; kull_m_patch(RSA) (0x00000000)
ERROR kuhl_m_crypto_p_capi ; kull_m_patch(DSS) (0x00000000)

What are the modifications needed in order to make mimikatz work on Windows ARM64?