Lucene search
+L

1354 matches found

Kitploit
Kitploit
added 2026/09/01 2:18 p.m.3 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/01 2:15 p.m.5 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/01 9:54 a.m.5 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...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 8:25 a.m.92 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/01 8:19 a.m.4 views

K55

K55 - Linux x8664 Process Injection Utility C++14 About K55 pronounced: "kay fifty-five" The K55 payload injection tool is used for injecting x8664 shellcode payloads into running processes. The utility was developed using modern C++11 techniques as well as some traditional C linux functions like...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 7:28 a.m.5 views

CVE-2024-39930-ptrace-detection-mitigation

This repository does not have a README...

9.9CVSS7.4AI score0.07743EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/01 5:16 a.m.5 views

goBox

goBox GO sandbox to run untrusted code. goBox uses Ptrace to hook into READ syscalls, giving you the option to accept or deny syscalls before they are executed. Usage root@kitploit: Usage of ./gobox: gobox FLAGS command flags: -h Print Usage. -n value A glob pattern for automatically blocking fil...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 5:12 a.m.7 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.8CVSS6.8AI score0.52199EPSS
SaveExploits22
Kitploit
Kitploit
added 2026/09/01 4:23 a.m.4 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...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 3:48 a.m.4 views

strace

strace - Linux 系统调用跟踪器 这是 strace —— 一款用于 Linux 的诊断、调试和教学型用户空间工具,具有传统的命令行界面。它用于监控和篡改进程与 Linux 内核之间的交互,包括系统调用、信号传递以及进程状态的变更。strace 的运行依赖于名为 ptrace 的内核特性。 strace 依据 GNU 宽通用公共许可证 2.1 或更高版本 发布;详情请参阅 COPYING 文件。 strace 测试套件依据 GNU 通用公共许可证 2 或更高版本 发布;详情请参阅 tests/COPYING 文件。 关于近期版本的变更信息,请参阅 NEWS 文件。 文档...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/01 2:26 a.m.3 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/01 12:59 a.m.4 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...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/31 8:25 p.m.5 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.7AI score0.01221EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 5:28 p.m.5 views

SysTrace

SysTrace v1.5 A Linux system-call monitoring and behavioral security analysis tool combiningptrace-based tracing, lightweight namespace isolation, and machine learning classification. SysTrace observes the runtime behavior of a target program at the system-call level, extracts behavioral features...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 1:39 a.m.4 views

CHARON

root@kitploit: / || | | | / \ | \ / | \ | | | | | || | / \ | | | | | | | | | | | |/ | "Es algo temible caer en las manos del Dios vivo." — Hebreos 10:31 Qué es esto Un PoC ajustado, sin dependencias para CVE-2026-46333 : la evasión ptracemayaccess mm==NULL revelada por Qualys el 2026-05-15...

7.8CVSS6.4AI score0.01501EPSS
SaveExploits6References2
OSV
OSV
added 2026/08/31 12:00 a.m.4 views

UBUNTU-CVE-2026-82474

Sudo through 1.9.17p2 fails to apply intercept policy checks to the execveat system call in ptrace-based intercept mode. Users permitted to run specific commands can execute denied programs by calling execveat directly or through fexecve, bypassing policy enforcement and logging...

8.5CVSS5.9AI score0.00131EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/30 6:49 p.m.6 views

Webmin_Exploit_reverse_shell

Introducción: El Webmin Exploit es un exploit dirigido al servicio Webmin, que puede ser explotado en versiones antiguas de Webmin. Este exploit utiliza diversas técnicas para ejecutar código malicioso y obtener acceso no autorizado al sistema objetivo. Implica: El uso tanto de código C como...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 4:53 p.m.4 views

nasm_linux_x86_64_pure_sharedlib

NASM Linux x8664 biblioteca compartida .so pura sin dependencias Probado con "Reflective SO injection". Una técnica de inyección de librerías en la que se emplea el concepto de programación reflectiva para realizar la carga de una librería desde memoria en un proceso anfitrión...

6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/30 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-82474

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Sudo through 1.9.17p2 fails to apply intercept policy checks to the execveat system call in ptrace-based intercept mode. Users permitted to run specific command...

8.5CVSS5.9AI score0.00131EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/29 5:17 p.m.5 views

AZL-98225 CVE-2026-82474 affecting package sudo 1.9.17-2

Sudo through 1.9.17p2 fails to apply intercept policy checks to the execveat system call in ptrace-based intercept mode. Users permitted to run specific commands can execute denied programs by calling execveat directly or through fexecve, bypassing policy enforcement and logging...

8.5CVSS5.9AI score0.00131EPSS
SaveExploits0References1
Rows per page
Query Builder