Add: optiv/Ivy to Execution section

This commit is contained in:
pe3zx 2022-01-13 14:55:48 +07:00
parent 18c1c911d2
commit 0a42734e66

View File

@ -552,6 +552,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/NYAN-x-CAT/Csharp-Loader">NYAN-x-CAT/Csharp-Loader</a></td>
<td>Download a .NET payload and run it on memory</td>
</tr>
<tr>
<td><a href="https://github.com/optiv/Ivy">optiv/Ivy</a></td>
<td>Ivy is a payload creation framework for the execution of arbitrary VBA (macro) source code directly in memory. Ivys loader does this by utilizing programmatical access in the VBA object environment to load, decrypt and execute shellcode.</td>
</tr>
<tr>
<td><a href="https://github.com/p3nt4/RunDLL.Net">p3nt4/RunDLL.Net</a></td>
<td>Execute .Net assemblies using Rundll32.exe</td>