725 matches found
dezlock-dump
dezlock-dump 从正在运行的 Source 2 游戏(Deadlock、CS2、Dota 2)中提取所有内容,并生成一个防修补的 C++ SDK ,在运行时解析偏移量。无需硬编码值,游戏补丁时无需手动更新。 快速开始 1. 从 Releases 下载(或从源代码构建) 2. 启动你的游戏——进入一场比赛或大厅 3. 以管理员身份运行: root@kitploit: dezlock-dump.exe 就是这样。自动检测游戏,转储所有内容,生成完整的 SDK。输出位于 exe 旁边的 schema-dump// 目录中。 root@kitploit: 指定目标游戏...
-CVE-2018-0834-aab-aar
致谢 @reubensammut,你是个狠人,兄弟。CVE-2018-0834 完整代码执行。包含静态偏移量,绕过 cfg、dep、aslr : 享用。...
CVE-2018-4121
CVE-2018-4121 - Exploit RCE de PoC de secciones Wasm de Safari por MWR Labs c 2018 Detalles este exploit de prueba de concepto solo apunta a Safari 11.0.3 13604.5.6 en macOS 10.13.3 17D47. compile el payload de su elección como un dylib con un constructor. ejecute python filetojsarray.py your.dyl...
darksword-kexploit
DarkSword Exploit de Kernel Reimplementado en Objective-C. Supuestamente compatible con iOS 15.0 - 26.0.1. Offsets hardcodeados para 15.x? NOTA: ESTE EXPLOIT NO FUE DESCUBIERTO / FILTRADO POR MÍ, LA FUENTE ORIGINAL DE LA FILTRACIÓN ES https://github.com/htimesnine/DarkSword-RCE ESTE EXPLOIT TAMBI...
how2heap
Educational Heap Exploitation This repo is for learning various heap exploitation techniques. We use Ubuntu's Libc releases as the gold-standard. Each technique is verified to work on corresponding Ubuntu releases. You can run apt source libc6 to download the source code of the Libc you are using...
pe-signgen
pe-signgen 跨版本二进制签名和 Windows PE 函数的 RVA 偏移量 概述 pe-signgen 是一款面向逆向工程师和安全研究人员的工具,可自动生成: 未导出和导出函数 的 二进制签名 (含通配符的字节模式) 用于直接在二进制文件中定位函数的 RVA 和文件偏移量 可在多种 Windows 版本中工作的 跨构建签名 针对不同用例优化的 多种输出格式 支持 x64、ARM64 和 WoW64 架构 核心思想 是提供一种 系统化、可靠的方式来访问未导出函数 ,跨越 Windows 10/11 构建版本。它利用: Winbindex 获取 Windows 构建元数据...
rmx3888-cve-2026-43499-config
Configuración del exploit CVE-2026-43499 para realme RMX3888 Información del dispositivo Marca/Modelo : realme RMX3888 Versión de Android : 16 SDK 36 ID de compilación : BP2A.250605.015 Kernel : Linux 6.1.141-android14-11-o-gffc54a6d2287 SoC : Qualcomm SM8650 Snapdragon 8 Gen 3 Arquitectura : ARM...
CVE-2026-73638
Imager versions from 0.4502 before 1.035 for Perl read outside the EXIF block via unchecked start offsets in tiffloadifd. tiffloadifd validates an IFD entry's data by checking that entry-offset + entry-size stays within the EXIF block, and never checks the start offset itself. Where that sum is n...
CVE-2026-48977
OpenSlide is a C library for reading whole slide image files. From 3.4.1 until 4.0.1, OpenSlide's parselevel0xml processing in src/openslide-vendor-ventana.c accepts nonpositive row or column tile counts from a crafted Ventana BIF file. The invalid counts produce attacker-controlled relative memo...
CVE-2022-22057_SM-F926U
Fork 这是我从原漏洞利用(此处)为 SM-F926U 进行的适配。 特别感谢 m-y-mo 发现该漏洞,并在我将其移植到 SM-F926U 并使其可用期间,以极大的耐心回答我所有的问题。 我已添加一个基于 Shizuku 代码的启动守护进程 libtimeline.so。 添加了一个技巧,使临时 root 解决方案能够 稳定 工作(见下文)。 免责声明:我对设备损坏、数据丢失、数据被盗、设备安全性概不负责。 免责声明 2:我不是开发者,更像是一个专业修补者。如果你遇到问题,我可能会尽力帮忙,也可能永远不会再看这个帖子,请自行承担风险。 要求: 固件版本为 F926UXXS1BUL6...
netbsd_hfs
Desbordamiento local de hfs en NetBSD Detalles del bug: root@kitploit: sizet hfslibreadanodeoffsetsvoid inbytes, uint16t outoffsetarray void ptr; if inbytes == NULL || outoffsetarray == NULL return 0; ptr = inbytes; / The offset for record 0 which is the very last offset in the node is always equ...
ntoskrnl-metadata
ntoskrnl-metadata Un script de IDA Python para extraer metadatos críticos del kernel de binarios de Windows ntoskrnl.exe. Esta herramienta extrae automáticamente RVAs de funciones y desplazamientos de la estructura EPROCESS necesarios para desarrollar exploits dirigidos a CVE-2026-40369 y otras...
Astra Linux – Vulnerability in sane-backends
A out-of-bounds read in SANE backends before version 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, known as GHSL-2020-082...
Astra Linux – Vulnerability in sane-backends
A out-of-bounds read in SANE backends before version 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, also known as GHSL-2020-083...
Astra Linux – Vulnerability in sane-backends
A out-of-bounds read in SANE backends before version 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, also known as GHSL-2020-081...
cve-2018-12386
Exploit de RCE en Firefox con sandbox CVE-2018-12386 Aquí hay un exploit simple para la vulnerabilidad CVE-2018-12386 encontrada por Niklas Baumstark, Samuel Groß y Bruno Keith. Esto es principalmente una PoC que hice por diversión, no hay evasión del sandbox y solo funcionará en una configuració...
Linux Distros Unpatched Vulnerability : CVE-2026-79592
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An out-of-bounds read vulnerability exists in the xlsdumpSummary function of libxls 1.6.3 due to insufficient validation of file-controlled OLE summary offsets...
DEBIAN-CVE-2026-79592
An out-of-bounds read vulnerability exists in the xlsdumpSummary function of libxls 1.6.3 due to insufficient validation of file-controlled OLE summary offsets...
CVE-2026-79592
An out-of-bounds read vulnerability exists in the xlsdumpSummary function of libxls 1.6.3 due to insufficient validation of file-controlled OLE summary offsets...
CVE-2026-44950
fsreadglyphs in the libXfont2 font-server client src/fc/fserve.c copies each glyph's bitmap into a single buffer. Existing checks validates only that the source slice position, length lies within the source bitmap buffer. It does not check whether the running destination cursor has exceeded the...