Lucene search
+L

1765 matches found

Kitploit
Kitploit
added 2026/09/13 12:31 p.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/13 12:16 p.m.4 views

pike-agent

Agente Pike pike-agent registra y analiza cómo se comportan los programas en Linux. Rastrea la actividad de un programa, la indexa en una base de datos y te permite chatear con un agente LLM al respecto en una TUI. Ejemplo de indicaciones: Diagnóstico de fallos: This program crashed with a bus...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 12:05 p.m.12 views

CVE-2024-43630-POC

CVE-2024-43630-POC This repository contains a POC that triggers a stack OOB write when executed, causing the system to crash. This vulnerability is an extremely interesting and rare relic that demonstrates the complexities and peculiarities of kernel programming, especially object management...

7.8CVSS7.2AI score0.03628EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/13 11:49 a.m.6 views

EDRs

EDRs This repo contains information about EDRs that can be useful during red team exercise. patchsyscalldynamically64.c This proof-of-concept is resolving the syscall ID dynamically no need to check the version running on the remote host. To get the information on disk not tampered a call to...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 11:36 a.m.6 views

HellHall

HellsHall - Another Way To Fetch Clean Syscalls HellsHall is a combination of HellsGate and indirect syscalls. How it works First, HellsHall checks whether the syscall address is hooked and tries to retrieve the syscall number by checking the presence of the following bytes: 0x4C, 0x8B, 0xD1, 0xB...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 11:34 a.m.5 views

kafel

WHAT IS IT? Kafel is a language and library for specifying syscall filtering policies. The policies are compiled into BPF code that can be used with seccomp-filter. This is NOT an official Google product. Usage With verbose error reporting root@kitploit: struct sockfprog prog; kafelctxtt ctxt =...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 10:43 a.m.7 views

snoop

snoop Un rastreador de llamadas al sistema para Linux, construido sobre eBPF. Como strace pero con una TUI en vivo, filtros inteligentes y decodificación de argumentos que realmente puedes leer. root@kitploit: $ sudo snoop curl https://example.com 0.001 curl1234/1234 openatATFDCWD,...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 8:27 a.m.4 views

RingReaper

RingReaper RingReaper is a simple post-exploitation agent for Linux designed for those who need to operate stealthily, minimizing the chances of being detected by EDR solutions. The idea behind this project was to leverage iouring , the new asynchronous I/O interface in the Linux kernel,...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 8:10 a.m.6 views

Chrome-App-Bound-Encryption-Decryption

ChromElevator Chrome App-Bound Encryption Decryption 🚀 Overview A post-exploitation tool demonstrating a complete, in-memory bypass of Chromium's App-Bound Encryption ABE. This project utilizes Direct Syscall-based Reflective Process Hollowing to launch a legitimate browser process in a suspended...

6.1AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/13 7:43 a.m.7 views

DeadDialect

DeadDialect Cada arranque habla un idioma diferente. El binario de ayer es el código muerto de hoy. Un sistema de reasignación de ISA RISC-V único por sesión. Cada vez que el sistema arranca, genera una permutación criptográfica fresca del conjunto de instrucciones. Los binarios compilados para u...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 7:27 a.m.7 views

azazel

Azazel A lightweight eBPF-based runtime security tracer purpose-built for malware analysis sandboxes. Drop a sample into an isolated container, and Azazel captures every syscall, file touch, network connection, and suspicious behavior, then hands you a clean JSON stream of everything that happene...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 7:17 a.m.11 views

goBox

goBox Sandbox de GO para ejecutar código no confiable. goBox usa Ptrace para interceptar las syscalls READ, dándote la opción de aceptar o denegar las syscalls antes de que se ejecuten. Uso root@kitploit: Usage of ./gobox: gobox FLAGS command flags: -h Print Usage. -n value A glob pattern for...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:58 a.m.94 views

seccomp-tools

Seccomp Tools Powerful tools for seccomp analysis. This project is aimed primarily but not exclusively at analyzing seccomp sandboxes in CTF pwn challenges. Some features are CTF-specific, but they're just as useful for analyzing real-world seccomp filters. Features Dump - Automatically dumps...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 4:51 a.m.12 views

SysWhispers2

SysWhispers2 SysWhispers ayuda con la evasión generando archivos de encabezado/ASM que los implants pueden usar para hacer llamadas directas al sistema. Todas las llamadas al sistema principales son compatibles y hay archivos de ejemplo generados disponibles en la carpeta example-output/...

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

ksentinel

ksentinel - Monitor de Integridad de Syscalls del Kernel Descripción general ksentinel monitorea funciones críticas del kernel y la tabla de syscalls en busca de modificaciones no autorizadas. Detecta syscalls comunes que son objetivo de la mayoría de rootkits, incluyendo hooks de ftrace, kprobes...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:25 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/13 3:54 a.m.7 views

strace

strace - el trazador de llamadas al sistema de Linux Este es strace -- una utilidad de espacio de usuario diagnóstica, de depuración e instructiva con una interfaz de línea de comandos tradicional para Linux. Se utiliza para monitorear y alterar interacciones entre procesos y el kernel de Linux,...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/13 3:54 a.m.8 views

strace

strace - the linux syscall tracer This is strace -- a diagnostic, debugging and instructional userspace utility with a traditional command-line interface for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal...

5.7AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/13 3:42 a.m.7 views

ShellCodeEmulator

Herramienta de emulación de shellcode de Windows basada en unicorn framework. ShellcodeEmulator emula shellcode de Windows con la ayuda de volcados de memoria de procesos de windbg. Puede proporcionar shellcode para analizar con cualquier imagen de volcado de proceso de Windows. La herramienta...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 2:30 a.m.10 views

RedTeamCCode

RedTeamCCode Repositorio de código C de Red Team ¿Quieres saber qué ID de syscall se utiliza en tu sistema? root@kitploit: getsyscall.exe ntdll.dll NtProtectVirtualMemory ntdll.dll!NtProtectVirtualMemory at 0x00007FFDE568D010 NtProtectVirtualMemory syscall ID 0x00000050 80 APIs de ntdll.dll con...

6AI score
SaveExploits0
Rows per page
Query Builder