Lucene search
+L

1415 matches found

Kitploit
Kitploit
added 2026/09/20 3:15 p.m.17 views

obfuscation_detection

Detección de Ofuscación v2.4 Autor: Tim Blazytko Detectar automáticamente código ofuscado y otras construcciones de código interesantes Descripción: Obfuscation Detection es un plugin de Binary Ninja para detectar código ofuscado y construcciones de código interesantes por ejemplo, máquinas de...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 3:15 p.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/20 2:40 p.m.12 views

CVE-2026-82539

CVE-2026-82539 Information Vendor: TOTOLINK Vendor's website: TOTOLINK Model: A720R Firmware version: V4.1.5cu.630B20250509 Firmware download address: TOTOLINK Severity CVSS v4.0 Base Score: 9.4 Critical Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P Vulnerability...

9.4CVSS9.2AI score0.00599EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/20 2:33 p.m.14 views

binprotect

构建说明 构建说明请参阅 4. 构建。 目录 1. 简介 2. 二进制重写器 2.1. 相对地址跟踪 2.2. 反汇编 2.2.1. 基本块拆分 2.2.2. 间接控制流 2.2.2.1. 跳转表 2.2.2.1.1. 有界跳转表 2.2.2.1.2. 无界跳转表 2.2.2.1.3. 不同类型的跳转表 2.2.2.2. 边界情况 2.2.3. 函数 2.2.4. 'Noreturn' 调用处理 2.3. 异常支持 2.3.1. 展开支持 2.3.1.1. 实现 2.3.2. 异常信息解析 2.3.2.1. SEH/CSCOPETABLE 2.3.2.2. FuncInfo3 和...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 2:32 p.m.18 views

Reverse-Engineering

一份免费的综合性逆向工程教程,涵盖 x86、x64、32位/64位 ARM、8位 AVR 和 32位 RISC-V 架构。 免费嵌入式黑客课程宣传片 这里 加入 DC540 Discord 这里 OUROBOROS 徽章 这里 工作原理 这里 点击下方图片观看宣传视频! 今日教程 2026年7月28日 第258课:Hacking Rust 课程(第13章:控制流) 本章介绍 x64 架构下 Rust 程序中的控制流。 - 点击 这里 阅读免费的 PDF 电子书。 书籍 逆向工程电子书 这里 逆向工程 PDF 这里 由 @0xInfection Twitter 整理 Ghidra 插件...

5.8AI score
SaveExploits0References135
Kitploit
Kitploit
added 2026/09/20 11:54 a.m.21 views

psobf

PowerShell Obfuscator 它的目标是转换代码以阻碍分析和静态签名,适用于实验环境和授权的红队/渗透测试。 支持6级混淆,外加一个转换/流水线架构,允许叠加多种技术,如字符串标记化、轻量级字面量加密、数字掩码、标识符变形、格式“抖动”、控制流修饰、死代码注入、碎片化配置文件和确定性配置文件。 ⚠️ 负责任的使用:本工具仅用于研究和授权测试。 禁止 用于恶意目的。powershell ./psobf -h root@kitploit: ██████╗ ███████╗ ██████╗ ██████╗ ███████╗...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 10:00 a.m.69 views

pharos

Pharos Static Binary Analysis Framework The Pharos static binary analysis framework is a project of the Software Engineering Institute at Carnegie Mellon University. The framework is designed to facilitate the automated analysis of binary programs. It uses the ROSE compiler infrastructure develop...

5.7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 9:40 a.m.168 views

angr

angr angr is a platform-agnostic binary analysis framework. It is brought to you by the Computer Security Lab at UC Santa Barbara, SEFCOM at Arizona State University, their associated CTF team, Shellphish, the open source community, and @rhelmot. Project Links Homepage: https://angr.io Project...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/20 8:42 a.m.58 views

Dna

Dna Dna 是一个基于 LLVM 构建的静态二进制分析框架。值得注意的是,它几乎完全用 C 编写,包括 LLVM、Remill 和 Souper 的托管绑定。 功能 Dna 实现了一种迭代控制流图重建,其灵感主要来自 SATURN 论文。它迭代地应用递归下降、提升(使用 remill)和路径求解,直到恢复完整的控制流图。对于跳转表,我们使用基于 Souper 和 z3 的递归算法来求解可能的跳转表目标集合。迭代探索算法可在此处找到,跳转表求解算法可在此处找到。 一旦控制流图被完全探索,就可以使用此处和此处的算法将其重新编译为 x86 并重新插入到二进制文件中。尽管编译后的代码 绝不...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/20 8:37 a.m.9 views

UnConfuserEx

UnConfuserEx 增强版 UnconfuserEx 分支,改进了对现代 ConfuserEx2 变体的支持,包括反篡改恢复、压缩器移除、控制流还原和资源重建。 https://github.com/user-attachments/assets/de2c7fd9-6736-4f39-83c0-3c25aa9c1f24 如果你玩过恶意软件样本,其中一些是用 ConfuserEx 混淆的,我试过一些公开的去混淆器来对付最新的版本,但就是不行,所以我决定 fork 一个能对付那个最新版本的公开项目,然后按我的需求修改它。 这个仓库是 MadMin3r/UnconfuserEx 的...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 8:17 a.m.296 views

retdec

Warning The RetDec project is currently in a limited maintenance mode due to a lack of resources: Pull Requests are welcomed. They are reviewed with priority, if possible without delays. Issues are reacted on with delays up to one quarter. Issues are not actively solved unless they relate to a...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 8:16 a.m.6 views

shredder-rs

Shredder-RS 一个用于 x8664 二进制文件的多态变形引擎。 概述 Shredder-RS 实现了指令级别的碎片化以对抗静态分析。通过打破代码的线性流程并注入随机化的垃圾节点,它迫使反汇编器跟随一个由 JMP 链接指令构成的复杂图。 核心机制:指令碎片化 与仅添加垃圾代码的基本混淆器不同,Shredder-RS 将原始指令流解构为独立的功能节点。 1. 解码: 使用 iced-x86 进行完整的 x8664 反汇编。 2. 碎片化: 每条指令被封装在一个“变形节点”中。 3. 熵注入: 节点在一个新的 PE 节区中进行物理随机打乱。 4. 控制流链接:...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 7:35 a.m.14 views

windbg-decompile-ext

通过 LLM 实现的 Windbg 反编译扩展 该项目是一个 Windows x64 WinDbg 扩展骨架,它通过名称或地址解析函数,重建确定性的控制流视图,并直接从扩展中询问 LLM 以生成伪代码。 布局 src/extension:WinDbg 扩展 DLL 和 !decomp 命令。 src/shared:扩展共享的 JSON、分析器、协议和验证器代码。 scripts:构建和供应商复制辅助工具。 thirdparty/dbgeng:可选的供应商 dbgeng.h 和 dbgeng.lib 副本。 thirdparty/zydis:供应商提供的稳定版 Zydis...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 6:18 a.m.12 views

diaphora

δiaphora 安装 使用 Hex-Rays 插件管理器 安装: root@kitploit: hcli plugin install https://github.com/joxeankoret/diaphora/archive/refs/tags/3.4.2.zip 手动安装说明见下文。 Diaphora(διαφορά,希腊语中意为“差异”)3.4 版本是截至目前(2026 年)可用的最先进的程序差异比较工具(作为 IDA 插件工作)。它于 2015 年在 SyScan 期间首次发布,此后一直得到积极维护:Diaphora 已经被移植了 11 年,覆盖了从 6.8 到 9.4...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 6:08 a.m.10 views

zyrox

Zyrox LLVM 混淆器 用于混淆原生代码的 llvm 编译时和链接时插件 为什么 为什么不呢 ¯\ツ/¯ 这是我最大的项目之一,我在其中学到了很多关于 LLVM 内部机制、二进制格式、汇编和混淆技术的知识。 我相信通过构建来学习是最好的学习方式,因此我构建了这个项目来更深入地了解这些主题。 研究 我写了 4 篇博客来解释 Zyrox 背后的概念: 第一部分:构建 Zyrox:自定义 LLVM 混淆器 第二部分:控制流平坦化 第三部分:加密跳转表 第四部分:终章 这些部分比本 readme 更深入,如果你对这个主题感兴趣,绝对值得一读。 构建 使用模板(快速开始,推荐) 这适合想要...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 5:50 a.m.31 views

process_overwriting

Process Overwriting Process Overwriting is a PE injection technique, closely related to Process Hollowing and Module Overloading. With its help, you can replace the main executable not a DLL of the target process. It works only for a newly created process - injection to existing processes is not...

5.7AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/20 5:09 a.m.10 views

cfgrip

cfgrip PE/ELF x86/x64 CFG 提取器。输入一个二进制文件,反汇编它,解析每个跳转和调用(GOT、跳转表、寄存器追踪),并将完整的控制流图导出为结构化 JSON。 为什么 你需要确切知道每个分支的去向——不是为了阅读,而是为了打补丁。将 JSON 输入 Zydis 或 AsmJit,定位你需要挂钩或修改的确切指令,然后写回。反作弊团队用它来映射游戏二进制文件;逆向人员用它来将代码提取到自己的分析管线中;软件分析师在不运行二进制文件的情况下追踪执行路径。 cfgrip 提供地图。怎么用取决于你。 它提取什么 对于每个 cfgrip 处理的二进制文件,它会生成: 函数列表...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 5:04 a.m.11 views

Fault-Injection-Finder

故障注入查找器 root@kitploit: ▄▖ ▜ ▗ ▄▖ ▘ ▗ ▘ ▄▖▘ ▌ ▙▖▀▌▌▌▐ ▜▘ ▐ ▛▌ ▌█▌▛▘▜▘▌▛▌▛▌ ▙▖▌▛▌▛▌█▌▛▘ ▌ █▌▙▌▐▖▐▖ ▟▖▌▌ ▌▙▖▙▖▐▖▌▙▌▌▌ ▌ ▌▌▌▙▌▙▖▌ ▙▌ Geeoon Chung 和 Nate Snyder 本仓库是我们故障注入攻击项目的软件部分。硬件部分请查看此仓库。 项目总览 本项目旨在找出程序执行中被跳过/NOP 后会导致安全问题的指令。 1. 预处理 1. 加载二进制文件 2. 识别被 NOP 后更有可能导致安全问题的指令。 2. Unicorn 模拟 1. 运行程序,将第 n...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 4:10 a.m.74 views

jadx

JADX jadx - Dex to Java decompiler Command line and GUI tools for producing Java source code from Android Dex and Apk files !WARNING Please note that in most cases jadx can't decompile all 100% of the code, so errors will occur. Check Troubleshooting guide for workarounds. Main features: decompil...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/20 12:54 a.m.10 views

extract75-cve-2020-13995

针对 CVE-2020-13995 的控制流劫持利用 构建: root@kitploit: make 运行: root@kitploit: make run 进行 Mayhem 模糊测试: root@kitploit: docker tag extract75-cve-2020-13955 /extract75-cve-2020-13955 docker push /extract75-cve-2020-13955 mayhem run --image /extract75-cve-2020-13955 \ --project /extract75 . (默认运行时间为600秒;可通过...

9.8CVSS7.5AI score0.02714EPSS
SaveExploits1
Rows per page
Query Builder