From 80522f265f04d3cb76f42c7b984c7eec0684a3e5 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sat, 2 Jul 2022 17:01:34 +0700 Subject: [PATCH] Add: countercept/CallStackSpoofer to Defense Evasion section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index 9f471c8..f94b5d0 100644 --- a/Offensive.md +++ b/Offensive.md @@ -1318,6 +1318,10 @@ Some tools can be categorized in more than one category. But because the current cnsimo/BypassUAC Use ICMLuaUtil to Bypass UAC! + + countercept/CallStackSpoofer + A PoC implementation for spoofing arbitrary call stacks when making sys calls (e.g. grabbing a handle via NtOpenProcess) + Cracked5pider/KaynLdr KaynLdr is a Reflective Loader written in C/ASM