From 08304af1df590c32ecb84e49eb41ec375a3891f1 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Tue, 4 Jan 2022 10:31:33 +0700 Subject: [PATCH] Add: kyleavery/inject-assembly to Defense Evasion section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index 4fbd841..aad4b0e 100644 --- a/Offensive.md +++ b/Offensive.md @@ -1400,6 +1400,10 @@ Some tools can be categorized in more than one category. But because the current knight0x07/ImpulsiveDLLHijack C# based tool which automates the process of discovering and exploiting DLL Hijacks in target binaries. The Hijacked paths discovered can later be weaponized during Red Team Operations to evade EDR's. + + kyleavery/inject-assembly + Inject .NET assemblies into an existing process + l373/GIVINGSTORM Infection vector that bypasses AV, IDS, and IPS. (For now...)