Lucene search
+L

8681 matches found

Kitploit
Kitploit
added 2026/09/15 10:33 a.m.59 views

exploit_mitigations

Exploitation Mitigations The goal is to list exploitation mitigations added over time in various operating systems, software, libraries or hardware. It becomes handy to know if a given vulnerability is easily exploitable or not depending on exploitation mitigations in place. An example is the...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/15 10:13 a.m.11 views

attesor

Rosetta 2 逆向工程项目 一项全面的逆向工程,旨在理解和记录苹果的 Rosetta 2 二进制翻译技术。 目录 1. 背景 2. 什么是 Rosetta? 3. 什么是 Rosetta 2? 4. 苹果如何在 macOS 中交付 Rosetta 2 5. 技术架构 6. 本项目 7. 文件结构 8. 使用方法 9. 进度 10. 参考资料 背景 架构转型 2020年11月,苹果发布了首批 Apple Silicon Mac,标志着从 Intel x8664 处理器到自研 ARM M1 芯片的历史性转型。这是苹果的第三次重大架构转型: 1. 1994 : Motorola 6800...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 8:13 a.m.40 views

checkov

...

5.3AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/15 8:03 a.m.38 views

pefile

pefile pefile is a multi-platform Python module to parse and work with Portable Executable PE files. Most of the information contained in the PE file headers is accessible, as well as all the sections' details and data. The structures defined in the Windows header files will be accessible as...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 7:42 a.m.8 views

deREferencing

deREferencing deReferencing 是一个 IDA Pro 插件,实现了新的寄存器和栈视图。它添加了解引用指针、颜色和其他有用的信息,类似于某些 GDB 插件(例如:PEDA、GEF、pwndbg 等)。 支持以下架构:x86、x86-64、ARM、ARM64、MIPS32 和 MIPS64 要求 IDA-Pro = 7.1 安装 使用 hcli 安装: root@kitploit: hcli plugin install dereferencing 或者,手动安装:将 dereferencing.py 文件和 dereferencing 文件夹放入 IDA 的插件目...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 7:35 a.m.73 views

miasm

What is Miasm? Miasm is a free and open source GPLv2 reverse engineering framework. Miasm aims to analyze / modify / generate binary programs. Here is a non exhaustive list of features: Opening / modifying / generating PE / ELF 32 / 64 LE / BE Assembling / Disassembling X86 / ARM / MIPS / SH4 /...

6.3AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/15 7:12 a.m.67 views

voltron

Voltron Voltron is an extensible debugger UI toolkit written in Python. It aims to improve the user experience of various debuggers LLDB, GDB, VDB and WinDbg by enabling the attachment of utility views that can retrieve and display data from the debugger host. By running these views in other TTYs...

5.9AI score
SaveExploits0References15
Kitploit
Kitploit
added 2026/09/15 6:38 a.m.6 views

sony-vp-extract

Sony WH-1000XM4 语音包提取器 从索尼 WH-1000XM4 加密固件文件中解密并提取语音指导 MP3 提示。 AES-128-CBC 密钥是通过使用 RACE 协议 通过蓝牙低能耗 BLE 转储耳机 Airoha MT2811 固件,然后反汇编 ARM Cortex-M4 FOTA 解密例程而提取的。完整技术文章:docs/WRITEUP.md 快速开始 root@kitploi...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 6:37 a.m.140 views

unicorn

Unicorn Engine LOOKING FOR CONTRIBUTORS! See this. Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework, based on QEMU. Unicorn offers some unparalleled features: Multi-architecture: ARM, ARM64 ARMv8, M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 16, 32,...

5.6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/15 3:34 a.m.4 views

kali-arm

Scripts de compilación de Kali-ARM Scripts de compilación ARM de Kali Linux. Estos son los mismos scripts de compilación que usamos para generar las imágenes ARM oficiales pregeneradas de Kali Linux, disponibles aquí: https://www.kali.org/get-kali/ Hay scripts adicionales incluidos en este...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 1:41 a.m.48 views

nexmon

What is nexmon? Nexmon is our C-based firmware patching framework for Broadcom/Cypress WiFi chips that enables you to write your own firmware patches, for example, to enable monitor mode with radiotap headers and frame injection. Below, you find an overview what is possible with nexmon. This...

6.1AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/15 1:34 a.m.71 views

patching

Patching - Interactive Binary Patching for IDA Pro Overview Patching assembly code to change the behavior of an existing program is not uncommon in malware analysis, software reverse engineering, and broader domains of security research. This project extends the popular IDA Pro disassembler to...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 1:34 a.m.15 views

patching

Patching - IDA Pro的交互式二进制补丁工具 概述 在恶意软件分析、软件逆向工程以及更广泛的安全研究领域中,通过修改汇编代码来改变现有程序的行为并不罕见。本项目扩展了流行的 IDA Pro 反汇编器,打造了一个更强大的交互式二进制补丁工作流,旨在支持快速迭代。 本项目目前基于普遍使用的 Keystone Engine 的一个小型 fork,支持 x86/x64 和 Arm/Arm64 架构的补丁,并计划在未来的版本中启用剩余的 Keystone 架构。 特别感谢 Hex-Rays 对本插件开发的支持。 版本发布 v0.2 —— 重要错误修复,IDA 9 兼容性 v0.1 —...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 1:26 a.m.6 views

Inferno

ChefKiss Inferno ChefKiss Inferno es un derivado del proyecto QEMU que ofrece soporte de invitado para dispositivos Apple ARM. !CAUTION Por favor, considera donar o dejar una propina para ayudar a continuar el desarrollo del proyecto, manteniéndolo gratuito y de código abierto. PayPal o tarjeta d...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 1:19 a.m.6 views

CVE-2022-20186

Exploit para CVE-2022-20186 El write-up se puede encontrar aquí. Este es un fallo en el controlador del kernel Arm Mali que reporté en enero de 2022. El fallo puede utilizarse para obtener ejecución arbitraria de código en el kernel desde el dominio de aplicaciones no confiables, que luego se usa...

7.8CVSS7.6AI score0.00513EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/15 1:17 a.m.9 views

CVE-2024-1065

CVE-2024-1065 — PoC de explotación de page cache Exploit de prueba de concepto para CVE-2024-1065, un use-after-free de página física en el driver del kernel de la GPU ARM Mali. El exploit demuestra la explotación de page cache : mediante una condición de carrera, una página MIGRATEMOVABLE libera...

5.9CVSS6.5AI score0.00212EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 12:58 a.m.9 views

arduino-pico

Arduino-Pico Núcleo Arduino para Raspberry Pi Pico, para todas las placas RP2040 y RP2350 Se trata de un port de Arduino para el RP2040 procesador Raspberry Pi Pico y el RP2350 procesador Raspberry Pi Pico 2. Utiliza el SDK básico de Raspberry Pi Pico y un toolchain personalizado GCC 14.3/Newlib...

6AI score
SaveExploits0References16
Kitploit
Kitploit
added 2026/09/15 12:35 a.m.6 views

uniFuzzer

uniFuzzer uniFuzzer 是一款基于 Unicorn 和 LibFuzzer 对闭源二进制程序进行模糊测试的工具。目前支持对 ARM/MIPS 架构的 32 位 LSB ELF 文件进行模糊测试,这类文件常见于物联网设备中。 中文介绍 特性 只需很少的 hack 且易于构建 可以针对任意指定的函数或代码片段 基于覆盖率引导的模糊测试,速度可观 自动解析并加载依赖项 通过 PRELOAD 覆盖库函数 构建 1. 逆向目标二进制文件,找到适合模糊测试的函数。 2. 在 callback 目录下创建一个 .c 文件,其中应包含以下回调函数: void onLibLoadconst...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 12:25 a.m.144 views

zelos

Zelos Zelos Z eropoint E mulated L ightweight O perating S ystem is a python-based binary emulation platform. One use of zelos is to quickly assess the dynamic behavior of binaries via command-line or python scripts. All syscalls are emulated to isolate the target binary. Linux x8664 32- and...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 11:28 p.m.40 views

gef

GEF pronounced ʤɛf - "Jeff" is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit...

5.6AI score
SaveExploits0References1
Rows per page
Query Builder