Integrated a C# reflective loader into #SharpC2 for executing native binaries in memory.
Props to @benpturner, @m0rv4i & @strawp for the RunPE project.
Integrated a C# reflective loader into #SharpC2 for executing native binaries in memory.
Props to @benpturner, @m0rv4i & @strawp for the RunPE project.
I finally got around to publishing release binaries for #SharpC2. They're self-contained, so no need to have a .NET runtime or SDK installed to use.
github.com/rasta-mouse/Sharp…
I've pushed the current changes for bringing a cross-platform .NET MAUI client to #SharpC2.
github.com/SharpC2/SharpC2/t…
If you give it a try, note that MAUI is still in pre-release so expect bugs and oddities etc.
Started implementing some very basic Kerberos use cases in #SharpC2, obviously borrowed from Rubeus.
I also have the idea of adding TGTs to a local store in the implant and automating TGT renewals on them.
Added a dllinject command to #SharpC2. It uses @monoxgas's sRDI project to convert the DLL bytes to shellcode and then injects it into the target PID. The command honours the process injection parameters set out in the C2 profile.
Created a new Feature Request issue template for #SharpC2.
github.com/SharpC2/SharpC2/i…
If you enjoy the tool (or perhaps if you don't 😅), please do submit your request(s).