Lucene search
+L

301 matches found

Kitploit
Kitploit
added 2026/09/20 4:51 p.m.10 views

zeno

Zeno 框架 安装 root@kitploit: cd git clone https://github.com/Traxes/zeno --recursive sudo pip3 install termcolor tqdm git clone https://github.com/Z3Prover/z3 --recursive cd z3 python3 scripts/mkmake.py --python cd build make sudo make install cd /zeno 用法 root@kitploit: /zeno$...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 4:50 p.m.10 views

functrace

functrace - 函数跟踪器 functrace 是一个工具,它通过使用 DynamoRIO http://dynamorio.org/ 的动态插桩技术来帮助分析二进制文件。 以下是一些已实现的功能(基于 DynamoRIO): 反汇编所有执行的代码 反汇编特定函数(如果是地址则转储) 获取特定函数的参数(如果是地址则转储) 获取特定函数的返回值(如果是指针则转储) 监控应用程序信号 生成报告文件 ghidrahttps://ghidra-sre.org/ 覆盖率脚本(基于 functrace 报告文件) 设置 root@kitploit: $ wget...

10CVSS6AI score0.09667EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/20 4:35 p.m.355 views

kaiju

CERT Kaiju Binary Analysis Framework for GHIDRA CERT Kaiju is a collection of binary analysis tools for Ghidra. This is a Ghidra/Java implementation of some features of the CERT Pharos Binary Analysis Framework, particularly the function hashing and malware analysis tools, but is expected to grow...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 4:35 p.m.17 views

kaiju

CERT Kaiju 二进制分析框架(用于 GHIDRA) CERT Kaiju 是一个为 Ghidra 开发的二进制分析工具集合。 该工具是 CERT Pharos 二进制分析框架 部分功能的 Ghidra/Java 实现,特别是函数哈希与恶意软件分析工具,但未来预计会扩展新的工具和能力。 由于这是一个新的尝试,该实现尚未完全达到基于 ROSE 的原始 C++ 实现的功能对等;然而,转向 Java 和 Ghidra 实际上启用了一些原始框架无法实现的新功能——特别是对非 x86 架构的更好支持。由于框架和工具正在进行重大重构,且转向 Java 和 Ghidra 所支持的能力与 C++...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 4:18 p.m.13 views

vulhunt

VulHunt Community Edition VulHunt es un framework de búsqueda de vulnerabilidades desarrollado por el equipo de investigación de Binarly. Está diseñado para ayudar a investigadores y profesionales de la seguridad a identificar vulnerabilidades en binarios de software y firmware UEFI. VulHunt está...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 4:08 p.m.11 views

eps-CVE-2017-0261

eps-CVE-2017-0261- eps漏洞CVE-2017-0261漏洞分析 分析过程idbida6.1 中间文档 加载eps程序 使用的poc代码 以及漏洞的原始文件。...

9.3CVSS7.9AI score0.7813EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 3:39 p.m.13 views

cave_miner

CAVE MINER 该工具搜索二进制文件(Elf、Mach-o、Pe)中的代码洞穴(code cave),并注入代码。 安装 root@kitploit: pip install cave-miner 用法 示例...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 3:10 p.m.9 views

xpfarm

XPFarm 一个开源漏洞扫描器,它将著名的开源安全工具整合在单个Web UI后面。 索引 章节| 描述 ---|--- Why| XPFarm背后的动机和理念 Wrapped Tools| XPFarm编排的10个开源工具 Architecture Map| 完整系统架构、扫描流水线、数据流和AI子系统 Overlord - AI Binary Analysis| 用于二进制/恶意软件分析的内置AI代理 Setup| 构建和部署说明(Docker / 源码) Random Screenshots| 扫描和日志的UI截图 TODO| 计划功能和路线图 Architecture Map...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/20 2:45 p.m.24 views

capstone

Capstone Engine !TIP ¡Bienvenido a unirte a nuestro grupo comunitario! Capstone es un framework de desensamblaje con el objetivo de convertirse en el motor de desensamblaje definitivo para el análisis binario y la ingeniería inversa en la comunidad de seguridad. Creado por Nguyen Anh Quynh, luego...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 1:41 p.m.68 views

toolkit

English | Español Indetectables Toolkit Designed as a Swiss Army knife, this curated toolkit is invaluable for malware analysts, crackers, and cybersecurity experts. It is meticulously crafted to support both novice and experienced users. This toolkit complements the manuals and the numbered...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/20 1:32 p.m.87 views

goblin

libgoblin Documentation https://docs.rs/goblin/ changelog Usage Goblin requires rustc 1.85.0 Rust 2024 edition. Add to your Cargo.toml root@kitploit: dependencies goblin = "0.10" Features awesome crate name zero-copy, cross-platform, endian-aware, ELF64/32 implementation - wow! zero-copy,...

5.6AI score
SaveExploits0References43
Kitploit
Kitploit
added 2026/09/20 1:32 p.m.14 views

goblin

libgoblin 文档 https://docs.rs/goblin/ 变更日志 使用 Goblin 需要 rustc 1.85.0(Rust 2024 版本)。 在 Cargo.toml 中添加: root@kitploit: dependencies goblin = "0.10" 特性 超棒的 crate 名称 零拷贝、跨平台、端序感知的 ELF64/32 实现——哇! 零拷贝、跨平台、端序感知的 32/64 位 Mach-o 解析器——好家伙! PE 32/64 位解析器——咚! 支持 Unix 和 BSD 风格的存档解析器(后者感谢 @willglynn)——万岁! 多种 c...

5.9AI score
SaveExploits0References43
Kitploit
Kitploit
added 2026/09/20 1:26 p.m.9 views

Sojobo

Sojobo - 一个二进制分析框架 Sojobo 是用于 B2R2 框架的模拟器。它的创建是为了简化对潜在恶意文件的分析。它完全使用 .NET 开发,因此您无需安装或编译任何其他外部库(该项目是自包含的)。 使用 Sojobo ,您可以: 模拟一个(32位)PE二进制文件 检查模拟进程的内存 读取进程状态 显示执行代码的反汇编 以托管语言(C 或 F)模拟函数 使用 Sojobo 的工具 ADVDeobfuscator ADV Deobfuscator - 针对 ADVObfuscator 的字符串去混淆器 ADVDeobfuscator 是一个基于 Sojobo...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 1:24 p.m.13 views

IDAssistMCP

IDAssistMCP 独立 MCP(模型上下文协议)服务器插件,用于 IDA Pro 9.x ,将 IDA 的分析能力暴露给 Claude Desktop 等 LLM 客户端。 功能 41 个 MCP 工具 ,涵盖二进制分析、反编译、交叉引用、符号管理、类型系统、导航、补丁、导出等 6 个整合工具 ,包含 action/format/direction 参数,用于注释、变量、类型、交叉引用、书签和代码 8 个 MCP 资源 ,用于可浏览的二进制元数据(分类、函数、导入、导出、字符串、信息、段、节) 7 个引导提示...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 1:15 p.m.11 views

Karta

root@kitploit: /$$ /$$ /$$ | $$ /$$/ | $$ | $$ /$$/ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$/ | $$ /$$ $$| $$/ | $$ | $$ $$ /$$$$$$$| $$ / | $$ /$$$$$$$ | $$\ $$ /$$ $$| $$ | $$ /$$ /$$ $$ | $$ \ $$| $$$$$$$| $$ | $$$$/| $$$$$$$ |/ / /|/ / / 用途 "Karta"(俄语中意为"地图")是一个 IDA Python...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 1:12 p.m.10 views

cpu_rec_rs

cpurecrs Determina qué arquitectura de CPU se utiliza en un archivo binario. Ejemplo: root@kitploit: $ cpurecrs /bin/bash /usr/lib/firmware/rtlwifi/rtl8821aefw Loading corpus from cpureccorpus/.corpus ---------------------------------------------------------------------------------------- File |...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 1:09 p.m.17 views

cerberus-re-skill

Cerberus RE cerberus-re 是一个面向苹果生态的本地化逆向工程工作台,用于围绕 Ghidra、LLDB 和 Frida 构建可重复的三头静态/动态/插装循环。 它专为需要持久工件而非仅终端笔记的分析师和编码代理而设计: Ghidra 导入、无头导出、反编译、交叉引用及元数据恢复。 LLDB 运行时跟踪,并利用静态富化信息回填到导出函数上下文。 Frida 诊断、受控运行时重新检查、Objective-C 探针以及堆或归档检查辅助工具。 基于导出的 Objective-C/字符串/符号数据的 XPC 接口及图报告。 RE 证据报告、笔记、案例文件以及发布门控验证检查。...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 1:00 p.m.8 views

DefenderCheck

DefenderCheck 快速工具,帮助让规避工作稍微容易一些。 警告: 自Defender 1.337.157.0签名更新起,DefenderCheck被归类为VirTool:MSIL/BytzChk.C!MTB。在我研究绕过此问题期间,请在编译DefenderCheck前禁用Defender的实时保护。 将二进制文件作为输入,对其进行拆分,直到精确定位Microsoft Defender将标记的确切字节,然后将这些违规字节打印到屏幕上。这在尝试识别工具/有效负载中的特定不良代码片段时非常有用。 注意: 系统上必须启用Defender,但应禁用实时保护和自动提交样本功能。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 12:42 p.m.8 views

Learning-Linux-Binary-Analysis

学习 Linux 二进制分析 这是 学习 Linux 二进制分析 的代码仓库,由 Packt 出版。 学习 Linux 二进制分析 本书内容简介 《学习 Linux 二进制分析》内容丰富,包含大量代码,将教你 ELF 格式的内部工作原理,以及黑客和安全分析师用于病毒分析、二进制补丁、软件保护等方法。 本书涵盖以下精彩主题: 探索 ELF 二进制格式的内部工作原理 学习 UNIX 病毒感染与分析技术 掌握二进制加固与软件防篡改方法 修补可执行文件与进程内存 绕过恶意软件中使用的反调试手段 执行高级二进制取证分析 用 C 语言设计 ELF 相关工具 使用 ptrace 操作内存...

6.3AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 12:36 p.m.20 views

maat

关于 Maat 是一个开源的动态符号执行与二进制分析框架。它提供了多种功能,如符号执行、污点分析、约束求解、二进制加载、环境模拟,并利用 Ghidra 的 sleigh 库进行汇编提升:https://maat.re 主要特性: 快速且可移植 :专为扩展到实际应用程序而设计。完全使用 C++ 编写,具有良好的运行时性能。几乎没有运行时依赖,且大多数依赖是可选安装的。 用户友好 :Maat 拥有灵活的调试器类 API,其功能可配置以适应多种不同的用例。作为一款现代框架,它自带 Python 绑定 。 多架构 :基于 Ghidra 强大的 sleigh 库进行提升和模拟,Maat...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder