cobbr / SharpSploit

SharpSploit is a .NET post-exploitation library written in C#
https://sharpsploit.cobbr.io/api/
BSD 3-Clause "New" or "Revised" License
1.73k stars 305 forks source link

how to update powerkatz*.dll.comp #47

Closed johnjohnsp1 closed 4 years ago

johnjohnsp1 commented 4 years ago

Hello, awesome tools and appreciate the sharing. my problem trying to update latest mimikatz's dlls is that i dont get how you generate both powerkatzx64.dll.comp and powerkatzx86.dll.comp. both original dll's are generated from the mimikatz project from benjamin delpy, using second_release build option. on the description you describe with: "powerkatz_x64.dll.comp // Mimikatz 64-bit dll, compressed using the built-in System.IO.Compression library" how can you compress the dll ? the System.IO.Compression is used on C# project but not with dll's already compiled....

thanks

rasta-mouse commented 4 years ago

https://github.com/PowerShellMafia/PowerSploit/blob/master/ScriptModification/Out-CompressedDll.ps1

johnjohnsp1 commented 4 years ago

thanks for the info, I will try with that.