From 9709258e40b568b1c66ebd2d94d8972f317a625e Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 20:32:40 +0700 Subject: [PATCH] Add Flangvik/SharpDllProxy --- Offensive.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Offensive.md b/Offensive.md index b89cb04..aab0994 100644 --- a/Offensive.md +++ b/Offensive.md @@ -114,7 +114,7 @@ Some tools can be categorized in more than one category. But because the current Flangvik/SharpCollection Nightly builds of common C# offensive tools, fresh from their respective master branches built and released in a CDI fashion using Azure DevOps release pipelines. - + FuzzySecurity/PowerShell-Suite There are great tools and resources online to accomplish most any task in PowerShell, sometimes however, there is a need to script together a util for a specific purpose or to bridge an ontological gap. This is a collection of PowerShell utilities I put together either for fun or because I had a narrow application in mind. @@ -159,6 +159,10 @@ Some tools can be categorized in more than one category. But because the current Cybellum/DoubleAgent DoubleAgent is a new Zero-Day technique for injecting code and maintaining persistence on a machine (i.e. auto-run). + + Flangvik/SharpDllProxy + Retrieves exported functions from a legitimate DLL and generates a proxy DLL source code/template for DLL proxy loading or sideloading + jonatan1024/clrinject Injects C# EXE or DLL Assembly into every CLR runtime and AppDomain of another process.