Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same old "ERROR kuhl_m_sekurlsa_acquireLSA ; Logon list" again... #429

Open
init5-SF opened this issue Jul 8, 2023 · 6 comments
Open

Same old "ERROR kuhl_m_sekurlsa_acquireLSA ; Logon list" again... #429

init5-SF opened this issue Jul 8, 2023 · 6 comments

Comments

@init5-SF
Copy link

init5-SF commented Jul 8, 2023

Running the latest mimikatz - https://github.com/gentilkiwi/mimikatz/releases/download/2.2.0-20220919/mimikatz_trunk.zip

image

Testing on Windows 11 x64 (22H2)
AV is off, no credential guard or ASR running

Tested 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? 🤔

@nf592
Copy link

nf592 commented Aug 3, 2023

Please solve it, I also encountered this problem
image

@ebalo55
Copy link

ebalo55 commented Oct 20, 2023

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.

@init5-SF
Copy link
Author

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? 🤔

@jedai47
Copy link

jedai47 commented Nov 18, 2023

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

@ebalo55
Copy link

ebalo55 commented Nov 19, 2023 via email

@ebalo55
Copy link

ebalo55 commented Nov 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants