Open init5-SF opened 1 year ago
Please solve it, I also encountered this problem
This pull request https://github.com/gentilkiwi/mimikatz/pull/432 may be the fix we're all looking for, but i have not yet checked if it works.
.########## .# UPDATE # .########## I've just tested the code from the above-linked pull request, apart from the required modification to the built environment in order to target W11, it works like a charm, tested in the latest W11 fully patched.
Compiling from sources requires Visual Studio, perfectly fine with the latest community 2022 release. Required modification in order to compile from sources:
Install MSVC for your compiler version (mine was the latest)
Retarget the project to your compiler version
Disable treating warnings as errors
Then compile ONLY the "mimikatz" sub-project as the other are not needed and requires further compilation effort.
This pull request #432 may be the fix we're all looking for, but i have not yet checked if it works.
.########## .# UPDATE # .########## I've just tested the code from the above-linked pull request, apart from the required modification to the built environment in order to target W11, it works like a charm, tested in the latest W11 fully patched.
Compiling from sources requires Visual Studio, perfectly fine with the latest community 2022 release. Required modification in order to compile from sources:
Install MSVC for your compiler version (mine was the latest) Retarget the project to your compiler version Disable treating warnings as errors
Then compile ONLY the "mimikatz" sub-project as the other are not needed and requires further compilation effort.
Hey, thanks for the update. But after this modification does mimikatz still run on older platforms? (Win10, Win server 2012, etc) or its now compatible with Windows 11 only? 🤔
This pull request #432 may be the fix we're all looking for, but i have not yet checked if it works.
.########## .# UPDATE # .########## I've just tested the code from the above-linked pull request, apart from the required modification to the built environment in order to target W11, it works like a charm, tested in the latest W11 fully patched.
Compiling from sources requires Visual Studio, perfectly fine with the latest community 2022 release. Required modification in order to compile from sources:
Install MSVC for your compiler version (mine was the latest) Retarget the project to your compiler version Disable treating warnings as errors
Then compile ONLY the "mimikatz" sub-project as the other are not needed and requires further compilation effort.
Hi im having issues with building the source can you please provide either a video of you building it or a release thanks
Yes, it still works
Il sab 18 nov 2023, 19:01 init5-SF @.***> ha scritto:
This pull request #432 https://github.com/gentilkiwi/mimikatz/pull/432 may be the fix we're all looking for, but i have not yet checked if it works.
.########## .# UPDATE # .########## I've just tested the code from the above-linked pull request, apart from the required modification to the built environment in order to target W11, it works like a charm, tested in the latest W11 fully patched.
Compiling from sources requires Visual Studio, perfectly fine with the latest community 2022 release. Required modification in order to compile from sources:
Install MSVC for your compiler version (mine was the latest) Retarget the project to your compiler version Disable treating warnings as errors
Then compile ONLY the "mimikatz" sub-project as the other are not needed and requires further compilation effort.
Hey, thanks for the update. But after this modification does mimikatz still run on older platforms? (Win10, Win server 2012, etc) or its now compatible with Windows 11 only? 🤔
— Reply to this email directly, view it on GitHub https://github.com/gentilkiwi/mimikatz/issues/429#issuecomment-1817584312, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAA3DAULVY5SR2LMBHZ4R3YFDZWBAVCNFSM6AAAAAA2DCFDMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGU4DIMZRGI . You are receiving this because you commented.Message ID: @.***>
I've created a repo here: https://github.com/ebalo55/mimikatz
It should immediately build from sources without any modification (using visual studio 22)
Il dom 19 nov 2023, 00:17 jedai47 @.***> ha scritto:
This pull request #432 https://github.com/gentilkiwi/mimikatz/pull/432 may be the fix we're all looking for, but i have not yet checked if it works.
.########## .# UPDATE # .########## I've just tested the code from the above-linked pull request, apart from the required modification to the built environment in order to target W11, it works like a charm, tested in the latest W11 fully patched.
Compiling from sources requires Visual Studio, perfectly fine with the latest community 2022 release. Required modification in order to compile from sources:
Install MSVC for your compiler version (mine was the latest) Retarget the project to your compiler version Disable treating warnings as errors
Then compile ONLY the "mimikatz" sub-project as the other are not needed and requires further compilation effort.
Hi im having issues with building the source can you please provide either a video of you building it or a release thanks
— Reply to this email directly, view it on GitHub https://github.com/gentilkiwi/mimikatz/issues/429#issuecomment-1817673903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAA3DFZCRSGEBUU6ALIC43YFE6XZAVCNFSM6AAAAAA2DCFDMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGY3TGOJQGM . You are receiving this because you commented.Message ID: @.***>
Running the latest mimikatz - https://github.com/gentilkiwi/mimikatz/releases/download/2.2.0-20220919/mimikatz_trunk.zip
Testing on
Windows 11 x64 (22H2)
AV is off, no credential guard or ASR runningTested the same version of mimikatz on an older Windows version (
Win 10 version 1903
) and it worked fine!Is mimikatz dead for good at this point? 🤔