Lucene search
+L

1379 matches found

Kitploit
Kitploit
added 2026/09/14 5:28 p.m.9 views

SysTrace

SysTrace 2.0 ptrace-based Linux syscall monitor and sandbox for analyzing ELF binaries. SysTrace runs a target inside an isolated Linux namespace environment, traces its system calls and child processes, applies rule-based detection and weighted risk scoring, then uses a Random Forest classifier ...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 5:23 p.m.6 views

Hawk

Hawk Silently intercept SSH and SU credentials in real-time Hawk monitors sshd and su processes, extracting passwords from memory via ptrace without modifying target processes. Zero writes. Pure read-only credential harvesting. Demo How It Works Hawk leverages Linux's /proc filesystem to discover...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 4:47 p.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/14 3:44 p.m.10 views

CVE-2019-13272

CVE-2019-13272 - Pkexec Local Privilege Escalation ⚠️ For educational and authorized security research purposes only Original Exploit Authors Very grateful to the original PoC author BCOLES Description In the Linux kernel before 5.1.17, ptracelink in kernel/ptrace.c mishandles the recording of the...

7.8CVSS7.2AI score0.52199EPSS
SaveExploits22
Kitploit
Kitploit
added 2026/09/14 3:31 p.m.6 views

K55

K55 - Utilidad de inyección de procesos Linux x8664 C++14 Acerca de K55 pronunciado: "kay fifty-five" La herramienta de inyección de payload K55 se utiliza para inyectar payloads de shellcode x8664 en procesos en ejecución. La utilidad fue desarrollada utilizando técnicas modernas de C++11 así co...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 6:26 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/14 5:43 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/14 4:04 a.m.6 views

Learning-Linux-Binary-Analysis

Learning Linux Binary Analysis This is the code repository for Learning Linux Binary Analysis, published by Packt. Learning Linux Binary Analysis What is this book about? Learning Linux Binary Analysis is packed with knowledge and code that will teach you the inner workings of the ELF format, and...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 4:01 a.m.7 views

resmack-fuzz-test

Resmack Fuzz Test This project is an exploration of a feedback-driven fuzzer that uses: ptrace for instrumentation with dynamic memory breakpoints specified by the target process process snapshotting/restoring using /proc/pid/map, /proc/pid/clearrefs, and /proc/pid/pagemap using processvmwritev...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 3:45 a.m.6 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/14 2:15 a.m.7 views

pylane

pylane 简体中文 Pylane is a python vm injector with debug tools, based on gdb and ptrace. Pylane uses gdb to trace python process, inject and run some code in its python vm. Usage use inject command to inject a python script in an process: root@kitploit: pylane inject use shell command to inject an...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 2:14 a.m.8 views

sudo_inject

Linux Privilege Escalation by injecting process possessing sudo tokens Inject process that have valid sudo token and activate our own sudo token Introduction We all noticed that sometimes sudo doesn't ask us for a password because he remembers us. How does he remember us and how does he identifie...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 9:27 p.m.7 views

CVE-2018-1000199

CVE-2018-1000199 The Linux ptrace code virtualizes access to the debug registers, and the virtualization code has incorrect error handling. This means that if you write an illegal value to, say, DR0, the internal state of the kernel's breakpoint tracking can become corrupt despite the fact that t...

5.5CVSS6.8AI score0.01221EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 8:26 p.m.6 views

process-injection-playground

Linux Process Injection Playground A comprehensive collection of process injection techniques for Linux, demonstrating various methods of injecting code into running processes. These examples are intended for educational purposes, security research, and understanding low-level Linux process...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 6:49 p.m.7 views

Webmin_Exploit_reverse_shell

ntroduction: The Webmin Exploit is a targeted exploit for the Webmin service, which can be exploited on older versions of Webmin. This exploit uses various techniques to execute malicious code and gain unauthorized access to the target system. It involves: Using both C and Assembly code to execut...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 5:48 p.m.14 views

kernel-exploits

Exploits del kernel Varios exploits del kernel CVE-2021-22555 Exploit local de root en Linux. Versión actualizada del exploit de theflow para CVE-2021-22555. Se descubrió una escritura fuera de los límites del heap que afecta a Linux desde v2.6.19-rc1 en net/netfilter/xtables.c. Esto permite a un...

8.3CVSS6.9AI score0.78684EPSS
SaveExploits115References5
Kitploit
Kitploit
added 2026/09/13 4:54 p.m.7 views

nasm_linux_x86_64_pure_sharedlib

NASM Linux x8664 pure no deps shared library .so Tested with "Reflective SO injection". A library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 4:01 p.m.8 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/12 3:10 p.m.5 views

ptrace

This repository does not have a README...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:45 a.m.10 views

linux_injector

linuxinjector A simple ptrace-less shared library injector for x64 Linux. Usage linuxinjector mode 1. normal dlopen 2. memfd + dlopen for injecting into containers 3. raw shellcode pid Target process id. Must have ptrace rights to it required for accessing /proc/$pid/mem. Not ptraced, so another...

5.9AI score
SaveExploits0References1
Rows per page
Query Builder