mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2024-10-01 07:45:36 -04:00
Add: boku7/spawn to Execution section
This commit is contained in:
parent
a54436cae3
commit
fb02b6c3d2
@ -454,6 +454,10 @@ Some tools can be categorized in more than one category. But because the current
|
||||
<td><a href="https://github.com/boku7/HOLLOW">boku7/HOLLOW</a></td>
|
||||
<td>EarlyBird process hollowing technique (BOF) - Spawns a process in a suspended state, inject shellcode, hijack main thread with APC, and execute shellcode</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/boku7/spawn">boku7/spawn</a></td>
|
||||
<td>Cobalt Strike BOF that spawns a sacrificial process, injects it with shellcode, and executes payload. Built to evade EDR/UserLand hooks by spawning sacrificial process with Arbitrary Code Guard (ACG), BlockDll, and PPID spoofing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/Cybellum/DoubleAgent">Cybellum/DoubleAgent</a></td>
|
||||
<td>DoubleAgent is a new Zero-Day technique for injecting code and maintaining persistence on a machine (i.e.
|
||||
|
Loading…
Reference in New Issue
Block a user