Add: nnsee/fileless-elf-exec to Execution secion

This commit is contained in:
pe3zx 2021-11-18 08:39:28 +00:00
parent dfa27f5d90
commit be492d3b93

View File

@ -16,8 +16,6 @@ Some tools can be categorized in more than one category. But because the current
- [Reconnaissance/Discovery](#reconnaissancediscovery)
- [Initial Access](#initial-access)
- [Execution](#execution)
- [Manipulating Binary's Internal](#manipulating-binarys-internal)
- [Payload Generation](#payload-generation)
- [Persistence](#persistence)
- [Privilege Escalation](#privilege-escalation)
- [Defense Evasion](#defense-evasion)
@ -514,6 +512,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/nnsee/fileless-elf-exec">nnsee/fileless-elf-exec</a></td>
<td>Execute ELF files without dropping them on disk</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>