From 881d02b85149573430eb063f5b051370a4d63702 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sun, 8 May 2022 16:48:46 +0700 Subject: [PATCH] Add: trustedsec/ELFLoader to Execution section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index ed4bd12..c53f03b 100644 --- a/Offensive.md +++ b/Offensive.md @@ -765,6 +765,10 @@ Some tools can be categorized in more than one category. But because the current trickster0/OffensiveRust Rust Weaponization for Red Team Engagements. + + trustedsec/ELFLoader + This is a ELF object in memory loader/runner. The goal is to create a single elf loader that can be used to run follow on capabilities across all x86_64 and x86 nix operating systems. + trustedsec/unicorn Unicorn is a simple tool for using a PowerShell downgrade attack and inject shellcode straight into memory.