Lucene search
+L

15157 matches found

Kitploit
Kitploit
•added 2026/09/25 9:46 p.m.•14 views

x64dbg-xfg-marker

x64dbg XFG Marker Plugin Microsoft eXtended Flow Guard XFG is a control-flow integrity CFI technique that extends CFG with function call signatures. Each signature is 8 bytes long, and is located right before the target function. Since the signature is located in the code section, x64dbg gets...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 9:31 p.m.•15 views

nah

los errores caros se acaban aquí un guardián que bloquea acciones catastróficas de agentes nahguard.ai • qué bloquea • cómo decide • instalación • extender • modelo de amenazas claude code · codex · cursor · pi · + 11 más nah es un guardián que se sitúa en la ruta de hooks de tu agente de...

6AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 9:09 p.m.•12 views

BrokenFlow

BrokenFlow Un PoC simple para invocar un shellcode cifrado mediante una llamada oculta. Introducción Este código utiliza un truco simple para ocultar la instrucción que efectivamente saltará a nuestro shellcode. Esto debería hacer que el análisis estático o la emulación sean más difíciles. Como...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 8:33 p.m.•9 views

CVE-2019-11932

CVE-2019-11932 The address of system and the gadget must be replaced by the actual address found by an information disclosure vulnerability. After replacing address of system and gadget. Run the code to generate the corrupted GIF file: root@kitploit: notroot@osboxes:/Desktop/gif$ make...

8.8CVSS8.5AI score0.4453EPSS
SaveExploits16
Kitploit
Kitploit
•added 2026/09/25 8:23 p.m.•13 views

peach

Peach Fuzz - Marco de escaneo de vulnerabilidades Esta herramienta tiene como objetivo examinar archivos en un directorio dado para detectar llamadas a funciones inseguras, vulnerables o peligrosas. Está diseñada para ser extensible y fácil de entender; puedes "conectar y usar" módulos que...

6.2AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 6:28 p.m.•42 views

cve-2026-62737-lab

CVE-2026-62737: from crash to lab-assisted SYSTEM A follow-up to the original CVE-2026-62737 writeup ExecutionContext.sys arbitrary kernel indirect call. It turns the crash PoC into a working token-swap chain that spawns cmd.exe as SYSTEM, but only in a lab where a debugger supplies addresses and...

7.8CVSS7.5AI score0.00333EPSS
SaveExploits4References1
Kitploit
Kitploit
•added 2026/09/25 5:33 p.m.•14 views

Shelter

Shelter Shelter es una técnica de ofuscación de suspensión completamente armada que permite cifrar por completo tu payload en memoria haciendo un uso extensivo de ROP. Este crate viene con las siguientes características: Cifrado AES-128. Capacidad de cifrar el PE completo. Eliminación del permiso...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 5:23 p.m.•13 views

MakerChecker

🛡️ MakerChecker La capa de seguridad de código abierto para agentes de IA. Aplicación por defecto de denegación, aprobaciones humanas y un rastro de auditoría firmado criptográficamente — para que tu agente ejecute solo lo que se le ha concedido y no pueda probadamente aprobar su propio trabajo...

6.1AI score
SaveExploits0References24
RedhatCVE
RedhatCVE
•added 2026/09/25 5:16 p.m.•4 views

CVE-2025-15613

A flaw was found in Kyverno. An attacker with permissions to create Kyverno policies can exploit a Server-Side Request Forgery SSRF vulnerability within its Service Call functionality. This allows the attacker to specify an external URL in a policy's configuration, causing Kyverno to send request...

6.9CVSS5.7AI score0.00266EPSS
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/25 4:13 p.m.•9 views

NimicStack

NimicStack NimicStack is the pure Nim implementation of Call Stack Spoofing technique to mimic legitimate programs. Whole project is based on the PoC shared by WithSecure Labs Compilation You can directly compile the source code with the following command: nim c -d=mingw --app=console --cpu=amd64...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 4:07 p.m.•15 views

dexfinder

dexfinder English | 中文 | Website Website : junelegency.github.io/dexfinder Cross-platform APK/DEX method & field reference finder with call chain tracing, ProGuard/R8 deobfuscation, and Android hidden API detection. Inspired by Android's veridex tool, reimplemented in Go with enhanced capabilitie...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 3:33 p.m.•11 views

eden

Eden Eden loader es un PoC UDRL para Cobalt Strike construido con Crystal Palace que combina la técnica de page streaming de Raphael Mudge con una puerta de llamada modular actualmente una versión PIC del BOF de llamada Draugr de Sleepmask-VS. El objetivo de Eden loader es: Demostrar el poder de...

6AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 3:16 p.m.•12 views

poc-CVE-2025-38352

Detalles del Exploit Este repositorio solo contiene la prueba de concepto que desencadena la vulnerabilidad. Desde entonces, he escrito un exploit completo para esta vulnerabilidad. Puedes encontrar los detalles en el enlace de abajo. https://github.com/farazsth98/chronomaly Publicaciones de...

7.8CVSS7AI score0.01297EPSS
SaveExploits9References1
Kitploit
Kitploit
•added 2026/09/25 1:49 p.m.•11 views

LazyHook

Overview LazyHook is a stealthy API hooking framework that bypasses Host Intrusion Prevention Systems HIPS through call stack spoofing. By leveraging CPU-level hardware breakpoints and Vectored Exception Handling, it executes arbitrary code as if it originated from trusted, Microsoft-signed...

6.4AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 12:13 p.m.•13 views

CVE-2026-74936-gc-potato

CVE-2026-74936 A not fancy reproduction. The baseline required some fiddling here. Mozilla describes this issue as a WebAssembly use-after-free. Public fix 9823b5c86ffa keeps the exact trapping wasm::Code alive in JitActivation. The test performs a bad-signature cross-instance tail call. A Debugg...

9.8CVSS6AI score0.00592EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/09/25 10:24 a.m.•7 views

CVE-2026-98088

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid out-of-bounds cpumaskofnode call in baseassignreplyqueues devtonode can return NUMANONODE -1 on systems without NUMA topology information for the PCI device, such as single-socket boards that don't expose...

5.9AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:24 a.m.•8 views

CVE-2026-98061

The Linux kernel contains a vulnerability in the BPF verifier where tail calls made directly from synchronous callback frames trigger a verifier bug. The root cause is that prepare_func_exit() marks register R0 as precise for callbacks, but the tail-call path synthesizes R0 instead of deriving it...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:23 a.m.•7 views

CVE-2026-98019

The Linux kernel contains a vulnerability in the BPF subsystem where certain functions failed to mark underlying scalar registers as precise . Specifically, check_func_arg() allowed bpf_register_is_null() for nullable arguments without marking the register as precise, and check_helper_call() enfo...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 9:09 a.m.•8 views

CVE-2022-41272

CVE-2022-41272 On this repository, we will briefly write information about the CVE-2022-41272 vulnerability. The vulnerability exists on the SAP P4 service that runs on the 5NN04 port. Where NN is an instance number, that can be from 00-99. There are remote call functions that an attacker can cal...

9.9CVSS6.9AI score0.01039EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 9:05 a.m.•8 views

ThreadStackSpoofer

Thread Stack Spoofing / Call Stack Spoofing PoC Una implementación PoC para una técnica avanzada de evasión en memoria que suplanta la pila de llamadas de un hilo. Esta técnica permite eludir reglas de examen de memoria basadas en hilos y ocultar mejor los shellcodes mientras están en memoria del...

6AI score
SaveExploits0References1
Rows per page
Query Builder