Add: plackyhacker/Sys-Calls to Execution section

This commit is contained in:
pe3zx 2021-11-01 23:28:39 +07:00
parent cd74c7f19c
commit 5db116fe65

View File

@ -518,6 +518,10 @@ Some tools can be categorized in more than one category. But because the current
<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/Sys-Calls">plackyhacker/Sys-Calls</a></td>
<td>An example of using Syscalls in C# to get a meterpreter shell.</td>
</tr>
<tr>
<td><a href="https://github.com/postrequest/xeca">postrequest/xeca</a></td>
<td>PowerShell payload generator</td>