Mimikatz
Last updated
Last updated
Update the Invoke-Mimikatz.ps1
PowerShell script:
Grab source code zip from the latest (or any one you want) release of Mimikatz.
Open the solution in Visual Studio.
Select the Second_Release_PowerShell target option and compile for Win32
.
Right-click on mimikatz
solution > Properties > C/C++ > Set Treat warnings as errors to No (/WX-)
> OK.
Compile for x64
.
Transform the resulting powerkatz
DLLs to base64 and replace the $PEBytes32
and $PEBytes64
vars at the bottom of Invoke-Mimikatz.ps1
with a PowerShell script below.