Mimikore
.NET 5 Single file Application . Mimikatz or any Base64 PE Loader.
Shout out to Benjamin Delpy I just wrapped the package :)
Nothing says love like a 35mb Mimkatz Binary.
Loads - 2.2.0 20210709 Printnightmare rewrited
Steps to Build
- Install dotnet, .NET 5 + SDK
- Create a project
dotnet new console
- Copy Program.cs into that path.
dotnet run
// To testdotnet build
- I used this as well = Tiny dotnet core apps
- Or
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true
Just some experiments.
Have fun out there kids.
References:
https://github.com/dotnet/docs/blob/main/docs/core/tools/dotnet-publish.md
https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file