Lucene search
+L

172 matches found

Kitploit
Kitploit
added 2026/09/09 12:53 a.m.8 views

ProcessInjection

ProcessInjection The program is designed to perform process injection. Currently the tool supports 5 process injection techniques. root@kitploit: 1 Vanilla Process Injection 2 DLL Injection 3 Process Hollowing 4 APC Queue 5 KernelCallbackTable Injection The tool accepts shellcode in 4 formats...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 12:37 a.m.6 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.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 12:35 a.m.9 views

CmdLineSpoofer

Command Line Spoofer An example of using C to inject a meterpreter shell, whilst spoofing the command line. The command line is stored in the Process Environment Block, is logged when a new process starts, and is displayed in tools such as Process Hacker and Task Manager. Introduction This code i...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 12:30 a.m.8 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/08 11:37 p.m.6 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/08 11:09 p.m.43 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/08 11:05 p.m.4 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.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 10:18 p.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/08 10:08 p.m.4 views

magisk-renef

MagiskRenef A Magisk / KernelSU / APatch module that automatically packages and runs renef — a dynamic instrumentation toolkit for Android. Inspired by magisk-frida. Requirements Rooted Android device Magisk / KernelSU / KernelSU Next / APatch ARM64 only — renef only supports ARM64 Android Androi...

6.1AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/08 9:30 p.m.7 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...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 9:17 p.m.3 views

wnfexec

Overview WnfExec is a C proof of concept library that injects shellcode into a process by hijacking a WNF subscription callback then triggering a state change. There's nothing novel here and was built based on the research of others. My intent was to solidfy the concept in my head, document the...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 8:38 p.m.8 views

Remote-BOF-Runner

Remote BOF Runner A Havoc extension framework for remote execution of Beacon Object Files BOFs using a PIC loader made with Crystal Palace. Overview Remote BOF Runner enables secure execution of BOFs in arbitrary processes by leveraging the Crystal Palace PIC loader. This framework implements a...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 7:53 p.m.10 views

RustyWater-ShellCode-Dropper

RustyWater ShellCode Dropper RustyWater represents the main payload and the backbone of the entire adversarial operation in Static Kitten group attacks. RustyWater is a Rust compiled executable disguised as reddit.exe with a fake Cloudflare icon known as RustyWater or linked to Archer RAT/RUSTRIC...

6.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 7:16 p.m.9 views

ThievingFox

ThievingFox ThievingFox is a collection of post-exploitation tools to gather credentials from various password managers and windows utilities. Each module leverages a specific method of injecting into the target process, and then hooks internals functions to gather crendentials. The accompanying...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 6:59 p.m.5 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...

6AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/08 6:33 p.m.7 views

bat

Behavioral Adversary Tracer BAT BAT es un modelo de amenaza de adversario realista y en evolución para Linux y Windows. No es un framework C2 ni un rootkit. Es una plataforma completa de simulación de amenazas que integra comunicación C2, módulos rootkit sigilosos a nivel de kernel, evasión en...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 6:31 p.m.7 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...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 5:41 p.m.5 views

dlinject

dlinject.py Inject a shared library i.e. arbitrary code into a live linux process, without ptrace. Inspired by Cexigua and linux-inject, among other things. Usage root@kitploit: .. . | /| | || || / | .. / | | | | |/ \ | |/ / \ \ \ | \ | |/|| /| |\ \ | /| // | / /| / / /|| / source:...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/08 5:00 p.m.9 views

NullGate

NullGate This project implements a comfortable and modern way to use the NTAPI functions using indirect syscalls, coupled with the FreshyCalls method with a little twist for dynamic syscall number retrieval. It also uses a technique that I haven't seen being mentioned to bypass windows defender's...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 4:45 p.m.3 views

clrinject

clrinject 将C EXE或DLL程序集注入到另一个进程的任何CLR运行时和AppDomain中。注入的程序集随后可以访问被注入进程类的静态实例,从而影响其内部状态。 使用方法 clrinject-cli.exe -p -a 打开ID为 或名称为 的进程,注入 EXE并执行Main方法。 附加选项 -e 枚举所有已加载的CLR运行时和已创建的AppDomain。 -d 只注入到第个AppDomain。如果未指定数字或指定为0,程序集将注入到每个AppDomain。 -i . 从命名空间创建类的实例。 示例 使用示例 clrinject-cli.exe -p victim.exe -...

6AI score
SaveExploits0
Rows per page
Query Builder