Add: p3nt4/RunDLL.Net to Execution section

This commit is contained in:
pe3zx 2021-10-27 17:03:51 +07:00
parent 1fd40cfd08
commit 221b3cf60d

View File

@ -430,6 +430,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/p3nt4/RunDLL.Net">p3nt4/RunDLL.Net</a></td>
<td>Execute .Net assemblies using Rundll32.exe</td>
</tr>
<tr>
<td><a href="https://github.com/plackyhacker/SuspendedThreadInjection">plackyhacker/SuspendedThreadInjection</a></td>
<td>Another meterpreter injection technique using C# that attempts to bypass Defender</td>