gentilkiwi / mimikatz

A little tool to play with Windows security
http://blog.gentilkiwi.com/mimikatz
19.1k stars 3.65k forks source link

no pass showup #225

Closed moaeddy closed 4 years ago

moaeddy commented 4 years ago

i have a password set on my PC Windows NT 10.0 build 17134 (arch x64), when run mimikatz it shows NULL and when run version all i can see is

mimikatz 2.2.0 (arch x64) Windows NT 10.0 build 17134 (arch x64) msvc 150030729 207

how do i retrieve my PC password

supermorkovka commented 4 years ago

Try reg add HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest /v UseLogonCredential /t REG_DWORD /d 1 Then logoff and login. Then run mimikatz.

moaeddy commented 4 years ago

thanks this really works