Add: 0xpat/COFFInjector to Execution section

This commit is contained in:
pe3zx 2021-10-27 13:42:17 +07:00
parent d2327764aa
commit a16ed01031

View File

@ -211,6 +211,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/0xDivyanshu/Injector">0xDivyanshu/Injector</a></td> <td><a href="https://github.com/0xDivyanshu/Injector">0xDivyanshu/Injector</a></td>
<td>Complete Arsenal of Memory injection and other techniques for red-teaming in Windows</td> <td>Complete Arsenal of Memory injection and other techniques for red-teaming in Windows</td>
</tr> </tr>
<tr>
<td><a href="https://github.com/0xpat/COFFInjector">0xpat/COFFInjector</a></td>
<td>PoC MSVC COFF Object file loader/injector.</td>
</tr>
<tr> <tr>
<td><a href="https://github.com/Aetsu/OffensivePipeline">Aetsu/OffensivePipeline</a></td> <td><a href="https://github.com/Aetsu/OffensivePipeline">Aetsu/OffensivePipeline</a></td>
<td>OffensivePipeline allows to download, compile (without Visual Studio) and obfuscate C# tools for Red Team exercises.</td> <td>OffensivePipeline allows to download, compile (without Visual Studio) and obfuscate C# tools for Red Team exercises.</td>