Add: nettitude/RunPE to Execution section

This commit is contained in:
pe3zx 2021-06-28 15:08:02 +07:00
parent 365e8a26bf
commit 29fdf964cb

View File

@ -286,6 +286,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/nccgroup/GTFOBLookup">nccgroup/GTFOBLookup</a></td>
<td>Offline command line lookup utility for GTFOBins</td>
</tr>
<tr>
<td><a href="https://github.com/nettitude/RunPE">nettitude/RunPE</a></td>
<td>C# Reflective loader for unmanaged binaries.</td>
</tr>
<tr>
<td><a href="https://github.com/NVISOsecurity/blogposts/tree/master/MaraudersMap">NVISOsecurity Marauders Map</a></td>
<td>The Marauders Map is meant to be used on assessments where you have gained GUI access to an enviornment. The Marauders Map is a DLL written in C#, enriched by the DllExport project to export functions that can serve as an entrypoint of invocation for unmanaged code such as rundll32.</td>