Lucene search
+L

32611 matches found

Kitploit
Kitploit
added 2026/08/30 7:33 a.m.3554 views

evilginx2

Evilginx 3.0 Evilginx is a man-in-the-middle attack framework used for phishing login credentials along with session cookies, which in turn allows to bypass 2-factor authentication protection. This tool is a successor to Evilginx, released in 2017, which used a custom version of nginx HTTP server...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 7:22 a.m.5 views

CVE-2026-25250

🕷️ CVE-2026-25250: Improper Trusted Bootloader Chain Validation A Microsoft-signed third-party bootloader that loads a secondary EFI binary with no signature or integrity verification, collapsing the Secure Boot chain of trust from within. 📑 Table of Contents Research Context Official References...

6CVSS6.5AI score0.00089EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 7:21 a.m.4 views

sogen

Sogen runs Windows and Linux programs without a real operating system, and lets you see and control everything they do. Instead of reimplementing thousands of OS APIs, Sogen emulates binaries at CPU and syscall level and runs the real system DLLs , so behavior closely matches the real OS. Every...

6AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/08/30 7:19 a.m.3 views

conf-presentations

Table of Contents Quarkslab Lectures at Conferences and Seminars Quarkslab Publications in Journals or Conference Proceedings and Preprints Quarkslab Publications in Specialized Magazines Quarkslab Hardware CTFs Quarkslab Lectures at Conferences and Seminars 2026 2026-06: Pwning bluetooth devices...

6AI score
SaveExploits0References129
Kitploit
Kitploit
added 2026/08/30 7:18 a.m.4 views

moltis

Moltis — 一个用 Rust 编写的安全持久化个人代理服务器 一个二进制文件 — 沙箱化、安全、属于你。 安装 • 对比 • 架构 • 安全 • 功能 • 工作原理 • 贡献 Moltis 最近登上了 Hacker News 首页。如果遇到任何不便之处,请提交 issue。我正专注于让 Moltis 变得卓越。 安全设计 — 你的密钥永远不会离开你的机器。每条命令都在沙箱容器中运行,绝不会在你的主机上执行。 你的硬件 — 可在 Mac Mini、Raspberry Pi 或你拥有的任何服务器上运行。一个 Rust 二进制文件,无需 Node.js、无需 npm、无需运行时。 功能齐...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/30 7:18 a.m.4 views

copy-fail-python

copy-fail-python A compact, zero-dependency Python proof-of-concept for Copy Fail CVE-2026-31431, a Linux kernel local privilege escalation through AFALG and splice that corrupts the page cache of a readable file such as /usr/bin/su. This is a port of the Theori PoC with two practical changes: th...

7.8CVSS6.3AI score0.99907EPSS
SaveExploits239References1
Kitploit
Kitploit
added 2026/08/30 7:04 a.m.3 views

Ropper

Ropper Puedes usar ropper para mostrar información sobre archivos binarios en diferentes formatos y puedes buscar gadgets para construir cadenas ROP para diferentes arquitecturas x86/X8664, ARM/ARM64, MIPS/MIPS64, PowerPC/PowerPC64, SPARC64. Para el desensamblado, ropper utiliza el increíble...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 7:00 a.m.5 views

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...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 6:56 a.m.5 views

CVE-2021-41091

CVE-2021-41091 该漏洞利用深入分析了 CVE-2021-41091 安全漏洞,并提供了如何利用漏洞利用脚本在主机上实现权限提升的分步指南。 漏洞概述 CVE-2021-41091 是 Moby(Docker 引擎)中的一个缺陷,由于权限限制不当,允许非特权 Linux 用户在数据目录(通常位于 /var/lib/docker)中遍历并执行程序。当容器包含具有扩展权限(例如 setuid)的可执行程序时,就会出现此漏洞。非特权 Linux 用户随后可以发现并执行这些程序,并且如果主机上用户的 UID 与容器内的文件所有者或组匹配,还可以修改文件。 Overlay 文件系统...

6.3CVSS6.6AI score0.02848EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/30 6:44 a.m.5 views

SharpWSUS

SharpWSUS SharpWSUS 是一个用于通过 WSUS 进行横向移动的 CSharp 工具。对应的博客文章(https://labs.nettitude.com/blog/introducing-sharpwsus/)提供了关于该工具、使用场景和检测的更多详细信息。 致谢 极大感谢以下资源,它们确实为我完成了 90% 的工作。该工具只是对以下内容的增强,以实现 C2 的可靠性和灵活性。 https://github.com/AlsidOfficial/WSUSpendu - 用于滥用 WSUS 的 PowerShell 工具...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 6:18 a.m.68 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/08/30 6:18 a.m.6 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/08/30 6:04 a.m.2 views

Limelighter

LimeLighter Una herramienta que crea certificados de firma de código falsos y firma binarios y archivos DLL para ayudar a evadir productos EDR y evitar el escrutinio de MSS y SOC. LimeLighter también puede usar certificados de firma de código válidos para firmar archivos. LimeLighter puede usar u...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 5:51 a.m.5 views

CVE-2025-6019

CVE-2025-6019 概念验证 PoC 此仓库包含针对 CVE-2025-6019 的概念验证 PoC 脚本,该漏洞是 libblockdev 和 udisks 中的本地权限提升 LPE 漏洞。该脚本创建一个包含 SUID bash 二进制的 XFS 文件系统镜像,并利用该漏洞在不使用 nosuid 选项的情况下挂载它,从而获得 root shell。 警告 :此 PoC 仅用于教育和测试目的。只能在您有权测试的系统上使用。未经授权使用是非法且不道德的。 特性 本地模式 :创建一个 300 MB 的 XFS 镜像,包含 SUID bash 二进制(需要 root 权限)。 目标模式...

7CVSS7.3AI score0.00461EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/08/30 5:26 a.m.3 views

YaraVM

YaraVM Yara 是一种用于文件模式匹配的工具,常用于恶意软件分析。Yara 规则可以编译成二进制格式,随后可被加载和执行。本仓库包含适用于 IDA Pro 的处理器模块和加载器,使您能够加载和分析已编译的 Yara 规则。 安装 要将 YaraVM 安装到 IDA 中,请按以下步骤操作: 1. 将 yaraloader.py 文件复制到 IDA 的 loaders 文件夹。 2. 将 yaraproc.py 文件复制到 IDA 的 proc 文件夹。 3. 将 libyara.til 文件复制到 IDA 的 til 文件夹。 4. 现在您可以在 IDA 中打开编译后的 Yara...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 5:09 a.m.3 views

Log4j-CVE-Detect

Log4J-CVE-Detect 此仓库包含一组 YARA 规则,通过查找受影响版本中出现的若干特征,来检测易受 CVE-2021-44228、CVE-2021-45046 和/或 CVE-2021-45105 影响的 log4j 版本。 此工具可递归处理 Docker 镜像、系统软件包、文件系统镜像,甚至安装介质等二进制文件。有关受支持文件格式的完整列表,请参阅"工作原理"一节。 CVE-2021-44228 查找 JndiManager 构造函数的特征( 2.15.0)。 CVE-2021-45046 查找未导入 JndiManager 的 Interpolator 类(...

10CVSS7AI score0.99999EPSS
SaveExploits369References1
Kitploit
Kitploit
added 2026/08/30 5:04 a.m.8 views

serval

一款适用于渗透测试和渗透测试挑战的Netcat风格后门 Serval 是一个轻量级、易于使用的二进制文件,用于在渗透测试或渗透测试练习中生成反向和绑定Shell。Serval 是跨平台的,可以编译为 Windows 32 位和 64 位以及 Linux 32 位和 64 位。注意:由于 Rust 的灵活性,有可能编译到其他平台(例如 ARM),但我尚未在其他平台上进行测试。 为什么? 我开发 Serval 是为了在 HacktheBox 挑战中摆脱对 netcat 的依赖,因为在 Windows 上找到 netcat 二进制文件(尤其是带有 -e...

5.7AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/30 5:04 a.m.2 views

nginx-1.4.0

nginx-1.4.0 用于 CVE-2013-2028 的分析 漏洞利用:exp-nginx.rb 二进制文件(用于 ROP 构建):nginx...

7.5CVSS5.9AI score0.87475EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/08/30 4:55 a.m.188 views

doctrack

Doctrack Tool to manipulate and weaponize Office Open XML documents. Features Create Office Open XML documents Word, Excel Insert tracking pixels and UNC paths Remote Template injection Insert CustomXML parts Inspect external target URLs, metadata and Custom XML parts Installation You will need t...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 4:55 a.m.123 views

nautilus

Nautilus 2.0 Nautilus is a coverage guided, grammar based fuzzer. You can use it to improve your test coverage and find more bugs. By specifying the grammar of semi valid inputs, Nautilus is able to perform complex mutation and to uncover more interesting test cases. Many of the ideas behind this...

5.8AI score
SaveExploits0
Rows per page
Query Builder