PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.77k stars 4.59k forks source link

inovke-mimikatz.ps1 no longer works on 'any' patched Windows hosts -(e.g. win8,win2012,ect.) #304

Open mobychien opened 5 years ago

mobychien commented 5 years ago

invoke-mimikatz works on unpatched Windows 2012 R2 server.
Once, the same server has been patched to the latest patch level, invoke-mimikatz failed to execute with the following errors: Exception calling "GetMethod" with "1" argument(s): "Ambiguous match found."

phra commented 5 years ago

:+1:

any news?

jun0s commented 5 years ago

Thank you @phra the solution works for me πŸ‘ ..... same issue with invoke-ninjacopy, same solution and any Reflective PE Injection related.

Al13n0 commented 5 years ago

Thank you @phra the solution works for me πŸ‘ ..... same issue with invoke-ninjacopy, same solution and any Reflective PE Injection related.

How did you solve it? I am still getting that error

jun0s commented 5 years ago

he fix it in this repo... https://github.com/phra/PowerSploit/commit/4c7a2016fc7931cd37273c5d8e17b16d959867b3 and i make the local changes for invoke-ninjacopy.

phra commented 5 years ago

there is a PR: https://github.com/PowerShellMafia/PowerSploit/pull/314