-
Notifications
You must be signed in to change notification settings - Fork 243
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
how to upgrade build in Mimikatz to latest version ? #6
Comments
Import Powersploit module from here:
Compile new Mimikatz... I'll leave that to you.
Grab all the data between
View Program.cs in the SafetyKatz project and modify the array size of Byte[] unpacked = new byte[1200000]; to the size of your new mimikatz executable. In my case it was 1100000 bytes. Next, Enjoy! |
awesome work bro!! Thanks a lot. |
build in version is mimikatz 2.1.1 and latest version is 2.2.0
please
The text was updated successfully, but these errors were encountered: