This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
updating mimikatz... #147
Comments
In fact, reflective script of @clymb3r does not really deal with ordinal imports... and LDAP functions are imported by ordinal imports. Around line 1690, replace
by
|
Thank you very much @gentilkiwi that works. :D |
I'm not certain that this issue must be closed. |
lol .... |
byt3bl33d3r
pushed a commit
to byt3bl33d3r/CrackMapExec
that referenced
this issue
Jun 29, 2016
The modyle uses Mimikatz's new DPAPI Chrome module to decrypt saved chrome credentials Additionally a new version of Invoke-Mimikatz.ps1 script has been added that contains the latest Mimikatz binaries and a patch for it to work when injected (PowerShellMafia/PowerSploit#147)
@mattifestation is currently fixing the bug and updating Mimikatz to the latest release 👍 |
mattifestation
pushed a commit
that referenced
this issue
Jul 15, 2016
Invoke-Mimikatz was not not handling functions exported by ordinal. Thank you @gentilkiwi for the suggested fix!
Updated lib 66c93f9 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I always update mimikatz, but since this change... "gentilkiwi/mimikatz@8159455"
(new sid module)
this happens locally;
PS C:\Users\userxs> invoke-mimikatz
New function reference is null, this is almost certainly a bug in this script. Function: 73. Dll: WLDAP32.dll
En C:\Windows\system32\WindowsPowerShell\v1.0\Modules\powersploit\Exfiltration\Invoke-Mimikatz.ps1: 1714 Carácter: 7
i solve this, by removing that "if sentence" from the code...
if ($NewThunkRef -eq $null -or $NewThunkRef -eq [IntPtr]::Zero)
{
Throw "New function reference is null, this is almost certainly a bug in this script. Function: $ProcedureName. Dll: $ImportDllPath"
}
but i doubt it´s the right thing... i´m not a programmer.
thank u guys!!
The text was updated successfully, but these errors were encountered: