From e2ad78f6077c40218aee051279a1b90072a24013 Mon Sep 17 00:00:00 2001 From: Nariod <32550820+Nariod@users.noreply.github.com> Date: Tue, 12 May 2026 14:16:09 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 59e1474..29d629c 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,6 @@ The result is a `.exe` or `.dll` that you deliver to your target during an authorized engagement. -> **Glossary for newcomers** -> | Term | Meaning | -> |------|---------| -> | Shellcode | Raw machine-code payload produced by a C2 framework | -> | Loader / Packer | Program that decrypts and executes shellcode at runtime | -> | EDR / AV | Endpoint Detection & Response / Anti-Virus — security sensors on the target host | -> | Injection | Technique used to map and run code inside a Windows process | -> | Syscall | Direct call to the Windows kernel, bypassing user-mode hooks placed by EDRs | -> | C2 Framework | Command & Control software used to manage implants (Metasploit, Sliver, etc.) | - ### ✨ Key Features - **Multiple Injection Templates** — CRT, APC, Fibers, EarlyCascade… @@ -196,8 +186,6 @@ The first run builds the `rustpacker-builder` image once. Subsequent runs reuse ## 🛠️ Choosing a Template -Not sure which `-i` value to use? Answer these two questions: - | I want to… | Recommended template | |------------|---------------------| | Inject into **another process** (e.g. notepad, explorer) | `ntcrt` (stealthy) or `syscrt` (max evasion) | @@ -398,7 +386,6 @@ Contributions are welcome! Here's how you can help: - [ ] Check DLL support for all templates - [x] Add EarlyCascade injection template - [x] Add DLL proxying support -- prepare integration with mythic c2 --- @@ -434,4 +421,4 @@ This tool is provided for **educational and authorized penetration testing purpo [Report Issues](https://github.com/Nariod/RustPacker/issues) • [Contribute](https://github.com/Nariod/RustPacker/pulls) • [Documentation](https://github.com/Nariod/RustPacker/wiki) - \ No newline at end of file +