-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when Running Mimikatz #38
Comments
This seems like a bug in PowerShell MimiKatz. We may need to upgrade the version. |
It seems that the issue starts from Windows 10 latest major update in April (Version 1803). |
I think I have solved it. Change the following line: To
Let me know if this solves the issue |
I confirm that the solution works! |
Unsure if the above script change only works on Windows 8.1 and not 10 (see #47 ). We should probably update Powersploit and mimiktaz across the board. |
CG-Root is a God. I can verify that the fix works on line 886. |
0b2c9e0 uses the latest version of Invoke-Mimikatz from Empire, I believe that this should solve this problem for new installs. Thanks everyone for digging into this! |
Cobalt got the same "ambiguous" powershell issue, since they use your code: https://blog.cobaltstrike.com/2018/05/24/powershell-shellcode-injection-on-win-10-v1803/ However, this genious fix from @CG-root for Invoke-Mimikatz solves the issue for Invoke-Shellcode as well: mitre/caldera#38 (comment)
Changed to work on patched win10 systems, line 886 from previous, per this post: mitre/caldera#38
Modified with mitre/caldera#38 CG-root's fix.
Used the fix for the ambiguous GetProcAddress match as given here: mitre/caldera#38 Also changed the function name in case that helps in avoiding any red flags from AV
Hostname: win8
Command Line: powershell -command -
StdIn: [[powerkatz]] Invoke-Mimikatz -Command "privilege::debug sekurlsa::logonPasswords exit"
StdOut:
Exception calling "GetMethod" with "1" argument(s): "Ambiguous match found."
At line:886 char:6
The text was updated successfully, but these errors were encountered: