Add: Kudaes/Shelter to Defense Evasion section

This commit is contained in:
pe3zx 2024-03-01 16:21:09 +07:00
parent a5a8d046ac
commit dac36087db

View File

@ -1652,6 +1652,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/knight0x07/ImpulsiveDLLHijack">knight0x07/ImpulsiveDLLHijack</a></td>
<td>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.</td>
</tr>
<tr>
<td><a href="https://github.com/Kudaes/Shelter">Kudaes/Shelter</a></td>
<td>ROP-based sleep obfuscation to evade memory scanners</td>
</tr>
<tr>
<td><a href="https://github.com/kyleavery/inject-assembly">kyleavery/inject-assembly</a></td>
<td>Inject .NET assemblies into an existing process</td>