gentilkiwi / mimikatz

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

Mimikatz Doesn't seem to work with latest Server 2022 Datacenter (10.0.20348) #386

Closed GhostlyBox closed 2 years ago

GhostlyBox commented 2 years ago

Think that mimikatz doesn't seem to like the latest Server 2022 Datacenter, unable to use the sekurlsa module even from an elevated content:

C:\Users\Administrator\Downloads\mimikatz_trunk\x64>mimikatz.exe

  .#####.   mimikatz 2.2.0 (x64) #19041 Aug 10 2021 17:19:53
 .## ^ ##.  "A La Vie, A L'Amour" - (oe.eo)
 ## / \ ##  /*** Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )
 ## \ / ##       > https://blog.gentilkiwi.com/mimikatz
 '## v ##'       Vincent LE TOUX             ( vincent.letoux@gmail.com )
  '#####'        > https://pingcastle.com / https://mysmartlogon.com ***/

mimikatz # privilege::debug
Privilege '20' OK

mimikatz # sekurlsa::logonpasswords
ERROR kuhl_m_sekurlsa_acquireLSA ; Logon list
GhostlyBox commented 2 years ago

Ah, apologies, I'm an idiot. The source for latest release build is different from master... Latest release doesn't put up to latest build:

image

Will build from source and try again!