Add: countercept/CallStackSpoofer to Defense Evasion section

This commit is contained in:
pe3zx 2022-07-02 17:01:34 +07:00
parent d3c45373e5
commit 80522f265f

View File

@ -1318,6 +1318,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/cnsimo/BypassUAC">cnsimo/BypassUAC</a></td>
<td>Use ICMLuaUtil to Bypass UAC!</td>
</tr>
<tr>
<td><a href="https://github.com/countercept/CallStackSpoofer">countercept/CallStackSpoofer</a></td>
<td>A PoC implementation for spoofing arbitrary call stacks when making sys calls (e.g. grabbing a handle via NtOpenProcess)</td>
</tr>
<tr>
<td><a href="https://github.com/Cracked5pider/KaynLdr">Cracked5pider/KaynLdr</a></td>
<td>KaynLdr is a Reflective Loader written in C/ASM</td>