Lucene search
+L

65 matches found

Kitploit
Kitploit
added 2026/09/15 5:54 a.m.12 views

avml

AVML Adquisición de memoria volátil para Linux Resumen Una herramienta portátil de adquisición de memoria volátil para Linux. AVML es una herramienta de adquisición de memoria volátil en el espacio de usuario userland para X8664, escrita en Rust, pensada para desplegarse como un binario estático...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/14 7:29 p.m.8 views

mimic

mimic mimic 是一个用于 Linux x8664 上隐蔽执行的工具。 什么是“隐蔽执行”? 隐蔽执行是一门隐藏进程的艺术。在本例中, mimic 将进程隐藏于众目睽睽之下。 mimic 可以启动任何程序,并使其看起来像任何其他程序。任何用户都可以使用它。它不需要特殊权限。它不需要特殊的二进制文件。它不需要 root 套件。 什么?!不需要特殊权限?? 没错。 mimic 通过重新排列进程内部结构的方式,混淆该进程的 /proc 条目。所有报告进程性质的工具都是通过查看 /proc 来实现的。如果我们能够扭曲...

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

Jump-over-ASLR-BTB

分支预测器与 ASLR 作者:Byte Reaper 描述 该仓库包含一个研究性 C 实现,用于演示在地址空间布局随机化(ASLR)背景下与分支预测器、推测执行和基于缓存的侧信道相关的概念。 要求: root@kitploit: Linux x8664 GCC CPU that supports BTB 构建: root@kitploit: gcc btb.c -o BTB ./BTB 快速输出(示例): root@kitploit: + check System Security for Check branch predictors... + Sleep Success. - Not...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 3:57 p.m.12 views

AVX-Side-Channel

基于 AVX 的时序侧信道 — ASLR 检测 作者: Byte Reaper 描述 一个演示如何使用 AVX 内存加载 + RDTSCP 计时以及可选的 SIGSEGV 检测来进行 ASLR 检测的脚本。 要求: Linux x8664 支持 -mavx2 的 GCC 支持 AVX2 和 RDTSCP 的 CPU 构建: root@kitploit: gcc -mavx2 -O2 file.c -o AVX-Side-Channel ./AVX-Side-Channel 快速输出(示例) 快速访问 → 未检测到 ASLR 慢速访问或 SIGSEGV → 检测到 ASLR 备注 DC...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 3:31 p.m.7 views

K55

K55 - Linux x8664 进程注入工具(C++14) 关于 K55 (读作:“kay fifty-five”) K55 载荷注入工具用于将 x8664 shellcode 载荷注入到正在运行的进程中。该工具采用现代 C++11 技术以及一些传统的 C Linux 函数(如 ptrace)开发。目标进程中生成的 shellcode 大小为 27 字节,用于在目标地址空间内执行 /bin/sh(产生一个 bash shell)。未来,我将允许用户通过命令行参数输入自己的 shellcode。 安装 1. git clone...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 4:54 p.m.7 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
Kitploit
Kitploit
added 2026/09/11 3:28 a.m.8 views

frida-fuzzer

Frida API Fuzzer v1.4 版权所有 C 2020 Andrea Fioraldi [email protected] 根据 Apache 许可证 v2.0 发布 这个实验性模糊测试器用于 API 内存中的模糊测试。 设计深受 AFL/AFL++ 的启发和影响。 目前,变异器相当简单,只有 AFL 的 havoc 和 splice 阶段。 我仅在 tests/ 下的示例中测试过,这是一个进行中的项目,但已知至少在 GNU/Linux x8664 和 Android x8664 上可以工作。 你需要 Frida = 12.8.1 来运行它(pip3 install...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 8:52 p.m.7 views

TriforceLinuxSyscallFuzzer

TriforceLinuxSyscallFuzzer 20160613 https://github.com/nccgroup/TriforceLinuxSyscallFuzzer Jesse Hertz [email protected] Tim Newsham [email protected] 新增:如果你想尝试 TriforceAFL 和 TLSF,Richard Johnson 创建了一个 Dockerfile,可同时安装两者(甚至还会为你构建一个 Linux 内核)。可在此处获取...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 3:36 p.m.9 views

php-bypass-disable-functions

php-bypass-disable-functions Demo project how to bypass the disablefunctions security control of PHP on Linux, where processes can inspect and even write their own memory via the special /proc/self/map file via standard file operations open/seek/read/write. Tested on PHP 7.3.5, x8664 Linux See...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 12:48 a.m.9 views

copy-fail-tiny-elf-CVE-2026-31431

Copy Fail Tiny ELF - CVE-2026-31431 Exploit mínimo de 436 bytes para Copy Fail, gracias al poder del golfing Magia Este ELF hace golfing extremo del exploit al estar totalmente sin mapear, con permisos rwx, y al usarse a sí mismo condicionalmente como la carga útil ELF para envenenar la caché...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits242References1
Kitploit
Kitploit
added 2026/08/24 12:18 a.m.5 views

hermetic

Der agentenisolierte Credential-Broker. Ihr KI-Agent führt den authentifizierten Aufruf durch. Er sieht nie den Schlüssel. -brightgreen?style=flat-square Webseite · Installation · Schnellstart · Funktionsweise · Sicherheitsmodell · Schwachstelle melden !IMPORTANT Ihr KI-Agent arbeitet auf der ★★★...

5.6AI score
SaveExploits0References11
NVD
NVD
added 2026/05/08 7:16 a.m.27 views

CVE-2026-8149

A vulnerability in Legion of the Bouncy Castle Inc. BC-LTS bcprov-lts8on on X8664, AVX, AVX-512f, Linux, Legion of the Bouncy Castle Inc. BC-FJA bc-fips on Linux, X8664, AVX, AVX-512f. This vulnerability is associated with program files gcm128w, gcm512w, gcm128w.C, gcm512w.C. This issue affects...

5.1CVSS0.00158EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/08 6:01 a.m.15 views

CVE-2026-8149

A vulnerability in Legion of the Bouncy Castle Inc. BC-LTS bcprov-lts8on on X8664, AVX, AVX-512f, Linux, Legion of the Bouncy Castle Inc. BC-FJA bc-fips on Linux, X8664, AVX, AVX-512f. This vulnerability is associated with program files gcm128w, gcm512w, gcm128w.C, gcm512w.C. This issue affects...

5.1CVSS5.2AI score0.00158EPSS
SaveExploits0References3Affected Software2
GithubExploit
GithubExploit
added 2026/04/30 12:30 a.m.236 views

Exploit for CVE-2026-31431

Copy Fail Tiny ELF - CVE-2026-31431 This is a minimal 801 byt...

7.8CVSS5.2AI score0.99907EPSS
SaveExploits242
OSV
OSV
added 2025/09/26 9:26 a.m.10 views

MAL-2025-47640 Malicious code in com.unity.sysroot.linux-x86_64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/09/26 9:26 a.m.11 views

Malicious code in com.unity.sysroot.linux-x86_64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2025/07/04 12:54 p.m.350 views

Exploit for SQL Injection in Anisha Car_Rental_System

CVE‑2025‑6907 SQLi Exploit Tool File: exploit.c Aut...

9.8CVSS8AI score0.00415EPSS
SaveExploits2
zdt
zdt
added 2023/04/05 12:00 a.m.241 views

Linux/x86_64 - bash Shellcode with xor encoding Shellcode (71 bytes)

Exploit Title: Linux/x8664 - bash shellcode with xor encoding Date: 05/02/2023 Exploit Author: Jeenika Anadani Contact: https://twitter.com/cyberjeeni Category: Shellcode Architectue: Linux x8664 Shellcode Length: 71 Bytes ----------------------- section .data section .text global start start: ;...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/08/16 9:15 p.m.5 views

DEBIAN-CVE-2022-35469

OTFCC v0.10.4 was discovered to contain a segmentation violation via /x8664-linux-gnu/libc.so.6+0xbb384...

6.5CVSS6.4AI score0.00805EPSS
SaveExploits1References1
Exploit DB
Exploit DB
added 2022/03/22 12:00 a.m.324 views

Ivanti Endpoint Manager 4.6 - Remote Code Execution (RCE)

Exploit Title: Ivanti Endpoint Manager 4.6 - Remote Code Execution RCE Date: 20/03/2022 Exploit Author: d7x Vendor Homepage: https://www.ivanti.com/ Software Link: https://forums.ivanti.com/s/article/Customer-Update-Cloud-Service-Appliance-4-6 Version: CSA 4.6 4.5 - EOF Aug 2021 Tested on: Linux...

9.8CVSS8.5AI score0.99105EPSS
SaveExploits9
Rows per page
Query Builder