Mimikatz
Obfuscate Mimikatz
Invoke-Mimikatz
Update PS1
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
mimikatzsolution > Properties > C/C++ > Set Treat warnings as errors toNo (/WX-)> OK.Compile for
x64.Transform the resulting
powerkatzDLLs to base64 and replace the$PEBytes32and$PEBytes64vars at the bottom ofInvoke-Mimikatz.ps1with a PowerShell script below.
Last updated