byt3bl33d3r/SILENTTRINITY

Port over the SharpSploit Mimikatz PE Loading code to Boolang

Open

#80 opened on Aug 28, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Boo (427 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,340 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently, the Mimikatz module embeds a custom version of SharpSploit to load and execute the Mimikatz DLLs in memory (it's just calling Assembly.Load() on it). From an Opsec perspective this sucks cause it's a static assembly, doesn't get dynamically compiled on the endpoint and it's just another thing AMSI can trigger on in .NET 4.8.

Ideally I would LOVE to port over the SharpSploit PE Loading code to Boolang so this entire issue goes away but it's def not trivial and is going to require a decent amount of time.

Contributor guide