From 53122bfc84d159ff25c830d4d2f8f5526a5734ea Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sat, 12 Jun 2021 16:05:57 +0700 Subject: [PATCH] Add: passthehashbrowns/DInvokeProcessHollowing to Execution section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index f310e3b..43fa4a1 100644 --- a/Offensive.md +++ b/Offensive.md @@ -386,6 +386,10 @@ Some tools can be categorized in more than one category. But because the current monoxgas/sRDI Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode + + passthehashbrowns/DInvokeProcessHollowing + This repository is an implementation of process hollowing shellcode injection using DInvoke from SharpSploit. DInvoke allows operators to use unmanaged code while avoiding suspicious imports or API hooking. + stephenfewer/ReflectiveDLLInjection