Lucene search
+L

31 matches found

Kitploit
Kitploit
added 2026/09/16 3:02 a.m.415 views

patriot

Patriot Small research project for detecting various kinds of in-memory stealth techniques. Download the latest release here. The current version supports the following detections: Suspicious CONTEXT structures pointing to VirtualProtect functions. Targets research by Austin Hudson Foliage and Ek...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/16 2:37 a.m.6 views

CrabLoader

CrabLoader A Cobalt Strike User-Defined Reflective Loader written entirely in Rust. I just wanted to figure out how hard it would be to build this. Turns out it's not that hard. I might add a sleep obfuscation feature at some point. Right now, it is just a basic loader without any special feature...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 2:10 a.m.65 views

pe-sieve

Intro PE-sieve is a tool that helps to detect malware running on the system, as well as to collect the potentially malicious material for further analysis. Recognizes and dumps variety of implants within the scanned process: replaced/injected PEs, shellcodes, hooks, and other in-memory patches...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/15 10:08 p.m.24 views

CustomC2ChannelTemplate

IAT Hooking for custom C2 channels This is a simple PoC and template for developing custom C2 channels for Cobalt Strike using IAT hooks applied by a reflective loader. Blog post: https://codex-7.gitbook.io/codexs-terminal-window/red-team/cobalt-strike/building-custom-c2-channels-by-hooking-winin...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 9:51 p.m.7 views

Astral_Projection

Astral Projection - UDRL Astral Projection is a Cobalt Strike UDRL User-Defined Reflective Loader, that performs advanced module stomping. The UDRL loads a module using LoadLibraryExW, then manipulates its internals by setting VEH to intercept strategic calls that allow it to steal the section...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 6:49 p.m.9 views

BokuLoader

BokuLoader : Cargador Reflexivo de Cobalt Strike Una prueba de concepto de Cargador Reflexivo Definido por el Usuario UDRL que tiene como objetivo recrear, integrar y mejorar las funciones de evasión de Cobalt Strike! Contribuidores:...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:26 p.m.7 views

AceLdr

AceLdr - Evita Escáneres de Memoria Un cargador reflectante independiente de posición para Cobalt Strike. Cero resultados de Hunt-Sleeping-Beacons, BeaconHunter, BeaconEye, Patriot, Moneta, PE-sieve, o MalMemDetect. Características Fácil de Usar Importa un único script CNA antes de generar el...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/13 5:27 p.m.8 views

KaynStrike

KaynStrike A User Defined Reflective Loader for Cobalt Strike Beacon that spoofs the thread start address and frees itself after entry point was executed. Thread Start Address spoofing Reflective Loader cleanup Proof How to use this Just load the KaynStrike.cna agressor script and build a stagele...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:38 p.m.8 views

BokuLoader

BokuLoader : Cobalt Strike Reflective Loader A proof-of-concept User-Defined Reflective Loader UDRL which aims to recreate, integrate, and enhance Cobalt Strike's evasion features! Contributors:...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:41 a.m.10 views

RunPE

RunPE 用于非托管二进制文件的 C 反射加载器。 用法 root@kitploit: Usage: RunPE.exe e.g. RunPE.exe C:\Windows\System32\net.exe localgroup administrators Alternative usage: RunPE.exe ---f ---b ---a e.g: RunPE.exe ---f C:\Windows\System32\svchost.exe ---b ---a 构建配置选项 编辑编译符号以快速调整程序流程: 在 Visual Studio 中右键单击项目 - 属性 - 生成 -...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 9:33 p.m.7 views

freeBokuLoader

freeBokuLoader A simple BOF that tries to free the memory region where the User Defined Reflective Loader is stored. As the name implies, it was tested against BokuLoader, but should work with most if not all UDRLs. Usage root@kitploit: beacon freeBokuLoader...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 6:42 a.m.11 views

AtlasLdr

Atlas is a reflective x64 loader that has the following features: Features Retrieve of DLL and PE from a remote server Manual Mapping on a remote process Erase of the DOS Header and NTHeader Magic bytes Position independent code Use of indirect Syscalls ZwOpenProcess ZwAllocateVirtualMemory...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2023/12/22 11:30 a.m.94 views

ProcessStomping - A Variation Of ProcessOverwriting To Execute Shellcode On An Executable'S Section

A variation of ProcessOverwriting to execute shellcode on an executable's section What is it For a more detailed explanation you can read my blog post Process Stomping, is a variation of hasherezade’s Process Overwriting and it has the advantage of writing a shellcode payload on a targeted sectio...

7.4AI score
SaveExploits0References3
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.48 views

Windows Inject Reflective PE Files, Bind TCP Stager (RC4 Stage Encryption, Metasm)

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.28 views

Windows Inject PE Files, Reverse TCP Stager (RC4 Stage Encryption DNS, Metasm)

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.17 views

Windows Inject PE Files, Reverse TCP Stager

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.21 views

Windows Inject PE Files, Find Tag Ordinal Stager

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.21 views

Windows Inject PE Files, Bind IPv6 TCP Stager (Windows x86)

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.54 views

Windows Inject PE Files, Hidden Bind Ipknock TCP Stager

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.2AI score
SaveExploits0
Metasploit
Metasploit
added 2020/09/02 5:41 p.m.22 views

Windows Inject PE Files, Bind TCP Stager (Windows x86)

Inject a custom native PE file into the exploited process using a reflective PE loader. The reflective PE loader will execute the pre-mapped PE image starting from the address of entry after performing image base relocation and API address resolution. This module requires a PE file that contains...

7.1AI score
SaveExploits0
Rows per page
Query Builder