Lucene search
+L

169 matches found

Kitploit
Kitploit
added 2026/09/15 4:28 a.m.8 views

sogen

Sogen runs Windows and Linux programs without a real operating system, and lets you see and control everything they do. Instead of reimplementing thousands of OS APIs, Sogen emulates binaries at CPU and syscall level and runs the real system DLLs , so behavior closely matches the real OS. Every...

6.1AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/15 4:16 a.m.7 views

frida-ios-hook

Frida iOS hook 📍 Una herramienta que te ayuda a usar Frida fácilmente. Soporta scripts para rastrear clases, funciones y modificar los valores de retorno de métodos en la plataforma iOS. 👉 Para la plataforma Android: frida-android-hook 👉 Para interceptar API cifradas en aplicaciones iOS:...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 4:02 a.m.7 views

Frida-Labs

This repository contains a series of challenges designed for learning Frida for Android. These are not like hardcore Capture The Flag CTF applications but will help you to start with Frida and its commonly used APIs. If you are entirely new to Frida, this is the perfect repository to get started....

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 3:59 a.m.11 views

NtDetours

NTSTATUS NTAPI TrInitPVOID ImageBase = &ImageBase; make IAT writable. look for simple.cpp TimedSleepEx calls the real SleepEx API through the TrueSleepEx function pointer. root@kitploit: static DWORD WINAPI TrueSleepExDWORD dwMilliseconds, BOOL bAlertable = SleepEx; DWORD WINAPI TimedSleepExDWORD...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 3:33 a.m.14 views

project-rvbbit

Project RVBBIT: Linux Kernel Rootkit Proof-of-Concept 📖 Overview Project RVBBIT is an educational proof-of-concept demonstrating advanced stealth techniques used by Linux kernel rootkits. It is intended exclusively for cybersecurity research, defensive training, and understanding how modern...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 3:14 a.m.10 views

APKLab

APKLab La experiencia definitiva de ingeniería inversa de Android directamente en tu VS Code. APKLab integra perfectamente las mejores herramientas de código abierto: Apktool, smali-lsp, Jadx, uber-apk-signer, apk-mitm y más en el excelente VS Code para que puedas centrarte en el análisis de...

6AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/15 2:55 a.m.6 views

CVE-2024-3094

CVE-2024-3094 CVE-2024-3094 Lab Environment Setup and Report CVE-2024-3094 Practice Reproduced the backdoor inserted in XZ Utils 5.6.0 and 5.6.1 in a lab environment, analyzing SSH authentication hooking status and risks. Environment Host OS : - Windows 11 Docker : Docker Desktop 28.0.1 Dockerfil...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/15 2:36 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 1:42 a.m.10 views

NetRipper

Descripción NetRipper es una herramienta de post-explotación dirigida a sistemas Windows que utiliza el hooking de API para interceptar el tráfico de red y funciones relacionadas con el cifrado desde un usuario con bajos privilegios, pudiendo capturar tanto tráfico en texto plano como tráfico...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 1:12 a.m.7 views

openrasp

OpenRASP Introduction Unlike perimeter control solutions like WAF, OpenRASP directly integrates its protection engine into the application server by instrumentation. It can monitor various events including database queries, file operations and network requests etc. When an attack happens, WAF...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 1:03 a.m.9 views

RDPCredentialStealer

RDPCredentialStealer RDPCredentialStealer es un implante que roba credenciales proporcionadas por los usuarios en RDP mediante API Hooking con Detours en C++ Herramienta de Prueba de Concepto para el Robo de Credenciales Probemos esto: Primero, transfiero la DLL del repositorio de GitHub a la rut...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 1:01 a.m.7 views

FstHook

FstHook A library for intercepting native functions by hooking KiFastSystemCall Note: KiFastSystemCall hooking only works on the following systems: Windows XP Service Pack 3 32-bit Windows Vista 32-bit Windows 7 32-bit...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 12:45 a.m.8 views

SunnyDayBPF

SunnyDayBPF SunnyDayBPF is an eBPF-based post-syscall user-buffer telemetry deception research technique originally proposed and researched by Azizcan Dastan. The technique investigates whether data observed by user-space security, logging, or telemetry agents can be altered after a read-like...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 12:13 a.m.9 views

grapefruit

Grapefruit: Open-source mobile security testing suite Runtime mobile application instrumentation toolkit powered by Frida. Inspect, hook, and modify mobile apps through a web-based interface. Now it supports both iOS and Android! Quick Start Requires Frida server running on your device. Follow th...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/15 12:11 a.m.14 views

BOF_RunPe

BOFRunPE BOF RunPE is a Beacon Object File for Cobalt Strike that executes PE files entirely in-memory within the beacon process. Unlike traditional fork&run, no child process is spawned, no console is created, and no pipe is used - all output is captured via IAT hooking and redirected to the...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 12:05 a.m.6 views

DotNetHookerToolkit

InjectorCli + ManagedHookHostProj Este repositorio contiene dos proyectos diseñados para ser usados juntos: InjectorCli: Un .NET Framework 4.8 inyector de consola construido sobre frida-clr Frida.dll ManagedHookHostProj: Un .NET Framework 4.8 DLL auxiliar con exportaciones nativas a través de 3F...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 11:54 p.m.10 views

NoArgs

NoArgs: Manipulación y Ocultación de Argumentos de Procesos Twitter: @AzizWho Aviso: Solo para Fines Educativos Esta herramienta está destinada únicamente a fines educativos. No soy responsable de ningún uso indebido y todos los usuarios deben cumplir con las leyes aplicables. El uso ilegal está...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 11:45 p.m.9 views

TrickDump

TrickDump TrickDump extrae el proceso lsass sin crear un archivo Minidump, generando en su lugar 3 archivos JSON y 1 archivo ZIP con los volcados de regiones de memoria. En tres pasos: Lock : Obtener información del SO usando RtlGetVersion. Shock : Obtener el privilegio SeDebugPrivilege con...

6.4AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/14 11:25 p.m.12 views

assethook

AAssetHook AAssetHook is an LDPRELOAD-based hooking library that allows for replacing APK asset files dynamically without modifying an APK. It's also written in rust. It redirects asset file loads to a filepath on an Android device under /data/local/tmp/assethook/com.pkg.name. Needless to say, du...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 10:11 p.m.6 views

XposedFridaBridge

XposedFridaBridge Introducción Un script de Frida que implementa XposedBridge y carga módulos de Xposed, sin instalar el framework de Xposed. Usa módulos de Xposed a través de Frida sin instalar el framework de Xposed. Uso Preparación 1. Empujar XposedBridge.jar al dispositivo push XposedBridge.j...

6AI score
SaveExploits0
Rows per page
Query Builder