Skip to content

Added support for Windows 11 wdigest#448

Open
oxnan wants to merge 1 commit intogentilkiwi:masterfrom
oxnan:master
Open

Added support for Windows 11 wdigest#448
oxnan wants to merge 1 commit intogentilkiwi:masterfrom
oxnan:master

Conversation

@oxnan
Copy link

@oxnan oxnan commented May 12, 2024

During a recent CTF there was a challenge to get the plaintext password from an lsass.exe dump on a windows 11 machine. Since wdigest is disabled by default in windows 11 there was no support for this in mimikatz, but by simply adding the following code, everything works as expected. It should be mentioned that you can use the windbg plugin to do this natively, but adding support to the standalone mimikatz would be ideal.

I have attached the lsass dump from the competition in the PR so you can verify the changes.
lsass.tar.gz

Added support for Windows 11 wdigest decryption
@Lucifer1993
Copy link

Lucifer1993 commented May 12, 2024 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

Successfully merging this pull request may close these issues.

2 participants