Lucene search
+L

42 matches found

Kitploit
Kitploit
added 2026/09/24 6:26 a.m.70 views

obfuscation_detection

Obfuscation Detection v2.4 Author: Tim Blazytko Automatically detect obfuscated code and other interesting code constructs Description: Obfuscation Detection is a Binary Ninja plugin to detect obfuscated code and interesting code constructs e.g., state machines in binaries. Given a binary, the...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/24 5:30 a.m.106 views

diaphora

δiaphora Installation Install with the Hex-Rays plugin manager: root@kitploit: hcli plugin install https://github.com/joxeankoret/diaphora/archive/refs/tags/3.4.2.zip Manual install instructions are below. Diaphora διαφορά, Greek for 'difference' version 3.4 is the most advanced program diffing...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/24 3:42 a.m.19 views

VulnFanatic-NG

VulnFanatic-NG LLM 辅助的漏洞研究,用于 Binary Ninja。 VulnFanatic-NG 添加了一个侧边栏面板,扫描当前二进制文件,并询问一个 LLM — 默认是本地托管 的与 OpenAI 兼容的模型,或 Anthropic Claude、Google Gemini、或 Azure OpenAI(见 LLM backends )— 来判断可疑代码是否真的存在漏洞。它主要基于 Binary Ninja 的反编译器输出(HLIL) ,必要时回退到汇编代码,并且只报告已确认的问题,附带可点击的代码引用。 工作原理 扫描运行最多三个阶段 (第三阶段是可选且仅在线):...

6.2AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/24 1:43 a.m.7 views

flare-floss

FLOSS 脚本 FLOSS 支持将其输出转换为各种工具的脚本。请参见此目录中的渲染脚本。 此外,还有一个 IDA 插件,允许 FLOSS 自动提取混淆字符串并将其应用于 IDA 中当前加载的模块。idaplugin.py 是一个 IDAPython 脚本,您可以直接在 IDA Pro 中运行(文件 - 脚本文件... ALT + F7)。 安装 这些脚本可以从 FLOSS GitHub 仓库与源码一起下载,这是脚本运行所必需的。 要从源码安装 FLOSS,请参阅此处的文档。 用法 将 FLOSS 输出转换为其他工具使用 使用 -j 或 --json 参数在所需可执行文件上运行...

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

fuzzable

Fuzzable Framework for Automating Fuzzable Target Discovery with Static Analysis Introduction Vulnerability researchers conducting security assessments on software will often harness the capabilities of coverage-guided fuzzing through powerful tools like AFL++ and libFuzzer. This is important as ...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 10:16 p.m.14 views

mole

Mole Mole 是一个 Binary Ninja 插件,旨在识别二进制文件中的有趣的执行路径 。它使用 Binary Ninja 的 Medium Level Intermediate Language MLIL 的 Static Single Assignment SSA 形式对变量执行逆向切片 ,为静态污点分析 奠定基础。 在 Mole 中,路径 是指数据在定义的源source与汇sink之间的流动。什么构成“有趣”的路径取决于分析目标。例如,在搜索漏洞 时,可能会查找不受信任的输入(源)影响敏感操作(汇)且可能造成危险的路径。 以下列表突出显示了 Mole 当前的一些特性 :...

10CVSS5.9AI score0.72376EPSS
SaveExploits11References12
Kitploit
Kitploit
added 2026/09/23 9:26 p.m.15 views

binary-ninja-headless-mcp

Binary Ninja Headless MCP 一个无头 Binary Ninja 服务器,支持 MCP(模型上下文协议),让 AI 智能体能够完全访问深度逆向工程工作流程——反汇编、IL、补丁、类型、交叉引用等——无需 GUI。 设计为与智能体运行时运行在同一 Docker 容器中。无需 Sidecar,无需额外服务。 整个项目——代码、测试和文档——100% 由感觉驱动编码。 为什么 现有的 Binary Ninja MCP 服务器要么受限于 GUI,要么暴露有限的工具面。此服务器仅支持无头模式,专为沙盒...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 8:12 p.m.15 views

ManticoreUI

Manticore UI .. image:: https://raw.githubusercontent.com/trailofbits/manticore/master/docs/images/manticore.png :width: 200px :align: center :alt: Manticore Manticore 用户界面(MUI)项目为不同的反汇编器提供了一个图形用户界面插件,使用户能够轻松交互并查看 Manticore 符号执行引擎 在分析智能合约和原生二进制文件时的进度。 我们正在为 Binary Ninja 和 Ghidra 开发 MUI...

6.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 7:30 p.m.11 views

binsync

BinSync BinSync es una herramienta de colaboración para decompiladores construida sobre el sistema de versionado Git para permitir la colaboración en ingeniería inversa con granularidad fina, independientemente del decompilador. BinSync es desarrollado por mahaloz, el equipo de angr y el...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 6:55 p.m.17 views

obfuscation_detection

混淆检测 v2.4 作者:Tim Blazytko 自动检测混淆代码及其他有趣的代码结构 描述: Obfuscation Detection 是一个 Binary Ninja 插件,用于检测二进制文件中的混淆代码和有趣的代码结构(例如状态机)。给定一个二进制文件,该插件通过识别在逆向工程中可能值得仔细查看的代码位置来简化分析。 基于各种启发式规则,该插件定位包含复杂或罕见代码结构的函数。此类代码结构可能实现: 混淆代码 状态机和协议 C&C 服务器通信 字符串解密例程 加密算法 以下博客文章提供了有关底层启发式规则的更多信息并展示了它们的用例: 自动化检测控制流平坦化 自动化检测混淆代码...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/23 11:43 a.m.12 views

binja_arch_ref

binjaarchref A simple Binary Ninja plugin to display a cheat sheet with information about the current architecture Origins This project is a product of NCC Group's 2017 summer internship program. Further updates will be tracked athttps://github.com/ehennenfent/binjaarchref. NCC Group is not...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 9:59 p.m.9 views

revsync

revsync Plugin de sincronización en tiempo real para IDA Pro, Binary Ninja y Vivisect Sincroniza: Comentarios Nombres de símbolos Nombres de variables de pila Estructuras Cobertura de código cuánto tiempo se pasó mirando un bloque Instalación de IDA Pro Primero, clona al directorio de datos de ID...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 12:13 p.m.19 views

DAILA

DAILA DAILA Decompiler Artificially Intelligent Language Assistant es una interfaz unificada para sistemas de IA utilizados en descompiladores. Con DAILA, puedes utilizar varios sistemas de IA, como LLM locales y remotos, todo en las mismas interfaces de scripting y GUI en muchos descompiladores...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 7:25 a.m.13 views

binaryninja-ollama

Binary Ninja Ollama v1.0.9 Autor: Austin Haggard Binary Ninja Ollama se integra con tu propio servidor ollama alojado localmente para renombrar funciones y variables con IA Descripción: Ollama es una herramienta que te permite descargar modelos de IA de código abierto y ejecutarlos localmente...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 7:20 a.m.13 views

quokka

Quokka imagen generada por DALL-E Tabla de contenidos Introducción Instalación Uso Compilación Documentación FAQ Introducción Quokka es un exportador de binarios: a partir del desensamblado de un programa, genera un archivo de exportación que se puede utilizar sin el desensamblador. Actualmente...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 9:13 p.m.9 views

binja_dynamics

Binary Ninja Dynamic Analysis Tools Este proyecto añade una interfaz PyQt5 al plugin binjatron para Binary Ninja, que incluye funciones de resaltado orientadas a facilitar que los principiantes aprendan ingeniería inversa. Motivación La capacidad de aplicar ingeniería inversa a binarios x86 es un...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 9:11 p.m.13 views

binja_sensei

binjasensei Herramientas educativas para Binary Ninja Este plugin proporciona recursos para que principiantes aprendan ingeniería inversa usando Binary Ninja. Instala automáticamente varios otros plugins y ofrece ejemplos que muestran las funcionalidades de estos plugins. Orígenes Este proyecto e...

6.1AI score
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2026/01/09 8:50 a.m.20 views

CVE-2021-31516

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Vector 35 Binary Ninja 2.3.2660 Build ID 88f343c3. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific fla...

7.8CVSS6.8AI score0.02384EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2021-18416

Malware in sbrugna...

7.8CVSS7.7AI score0.02384EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2021-18415

Malware in sbrugna...

7.8CVSS7.7AI score0.02384EPSS
SaveExploits0References3
Rows per page
Query Builder