Lucene search
+L

173 matches found

Kitploit
Kitploit
added 2026/09/18 4:24 a.m.9 views

DropSpawn_BOF

DropSpawn Introduction DropSpawn is a CobaltStrike BOF used to spawn additional Beacons via a relatively unknown method of DLL hijacking. Works x86-x86, x64-x64, and x86-x64/vice versa. Use as an alternative to process injection. Windows executables will follow the DLL search order when trying to...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 3:58 a.m.134 views

shed

Shed - .NET runtime inspector Shed is an application that allow to inspect the .NET runtime of a program in order to extract useful information. It can be used to inspect malicious applications in order to have a first general overview of which information are stored once that the malware is...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 2:45 a.m.10 views

dvenom

🐍 Double Venom DVenom Double Venom DVenom is a tool that helps red teamers bypass AVs by providing an encryption wrapper and loader for your shellcode. 🚀 Features 🛡️ Capable of bypassing some well-known antivirus AVs. 🔒 Offers multiple encryption methods including RC4, AES256, XOR, and ROT. 🏗️...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 2:30 a.m.46 views

link

link link is a command and control framework written in rust. Currently in beta. Table of Contents Introduction Features Feedback Build Process Acknowledgments Introduction...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 2:24 a.m.7 views

PyHook

PyHook PyHook is the python implementation of my SharpHook project, It uses various API hooks in order to give us the desired credentials. PyHook Uses frida to inject it's dependencies into the target process Supported Processes...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 1:17 a.m.38 views

wanderer

Wanderer Wanderer is an open-source program that collects information about running processes. This information includes the integrity level, the presence of the AMSI as a loaded module, whether it is running as 64-bit or 32-bit as well as the privilege level of the current process. This...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 1:06 a.m.11 views

Hollow

Hollow hollow is a shellcode loader generator. You give it a raw shellcode binary and a profile, and it spits out a compiled Windows PE loader with your shellcode encrypted inside. Getting Started Binaries are available on the releases page, or build from source: root@kitploit: go build -o hollow...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 1:06 a.m.10 views

aether

Aether version : 0.9 stable release Aether is a Windows memory-forensics and threat hunting tool that scans live process memory for malicious pattern, detect injection techniques, implant signatures, reflectively loaded .NET assemblies. it works with a multi-layer confidence model that dramatical...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 12:51 a.m.13 views

TiEtwAgent

TiEtwAgent - ETW-based process injection detection This project was created to research, build and test different memory injection detection use cases and bypass techniques. The agent utilizes Microsoft-Windows-Threat-Intelligence event tracing provider, as a more modern and stable alternative to...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 11:23 p.m.11 views

DllNotificationInjection

DllNotificationInjection Main Contributors Description DllNotificationInection is a POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and remote processes. An accompanying blog post with more details is available here:...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 11:02 p.m.12 views

SharpHook

SharpHook SharpHook is inspired by the SharpRDPThief project, It uses various API hooks in order to give us the desired credentials. In the background it uses the EasyHook project, Once the desired process is up and running SharpHook will automatically inject its dependencies into the target...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 9:47 p.m.13 views

bat

Behavioral Adversary Tracer BAT BAT is a realistic, evolving adversary threat model for Linux and Windows. It is not a C2 framework and it is not a rootkit. It is a complete threat simulation platform that integrates C2 communication, kernel-level stealth rootkit modules, userspace evasion,...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 9:35 p.m.11 views

ghost

Ghost Ghost is a process injection detection tool written in Rust. It watches running processes and tries to catch suspicious stuff like code injection, memory manipulation, and other tricks that malware uses to hide. What it does The main idea is simple: scan processes and look for weird memory...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 8:23 p.m.7 views

FalconEye

FalconEye: Real-time detection software for Windows process injections FalconEye is a windows endpoint detection software for real-time process injections. It is a kernel-mode driver that aims to catch process injections as they are happening real-time. Since FalconEye runs in kernel mode, it...

5.7AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/17 8:10 p.m.7 views

RecycledInjector

RecycledInjector Description Currently Fully Undetected same-process native/.NET assembly shellcode injector based on RecycledGate by thefLink, which is also based on HellsGate + HalosGate + TartarusGate to ensure undetectable native syscalls even if one technique fails. To remain stealthy and ke...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 7:29 p.m.9 views

InjectProc

InjectProc Process injection is a very popular method to hide malicious behavior of code and are heavily used by malware authors. There are several techniques, which are commonly used: DLL injection, process replacement a.k.a process hollowing, hook injection and APC injection. Most of them use...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 6:07 p.m.15 views

ChromeKatz

ChromeKatz ChromeKatzは、Chromiumベースのブラウザのメモリから機密情報をダンプするためのソリューションです。 現時点では、ChromeKatzは次の3つのプロジェクトで構成されています: 1. CookieKatz - Cookieダンパー 2. CredentialKatz - 非推奨... とりあえず 3. ElevationKatz - エレベーションサービスから復号鍵を取得 CookieKatzには、実行ファイル、Beacon Object File、ミニダンプパーサーがあります。また、ElevationKatzには実行ファイルとBeacon...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/17 5:44 p.m.10 views

renef-skills

renef-skills A Claude Code plugin that makes AI agents operaterenef.io correctly — the dynamic-instrumentation engine for Android ARM64 : hook native & Java functions, scan/read/write/patch process memory, trace syscalls, and bypass SSL pinning / root detection through Lua 5.4 scripts memfd...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 5:38 p.m.10 views

ProcessInjection

ProcessInjection このプログラムはプロセスインジェクションを実行するように設計されています。 現在、このツールは5つのプロセスインジェクション技術をサポートしています。 root@kitploit: 1 Vanilla Process Injection 2 DLL Injection 3 Process Hollowing 4 APC Queue 5 KernelCallbackTable Injection このツールは4つの形式でシェルコードを受け付けます。 root@kitploit: 1 base64 2 hex 3 c 4 raw...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 3:01 p.m.12 views

K55

K55 - Linux x8664 Process Injection Utility C++14 About K55 pronounced: "kay fifty-five" The K55 payload injection tool is used for injecting x8664 shellcode payloads into running processes. The utility was developed using modern C++11 techniques as well as some traditional C linux functions like...

6AI score
SaveExploits0References1
Rows per page
Query Builder