Lucene search
+L

22 matches found

Kitploit
Kitploit
added 2026/09/08 10:10 p.m.5 views

XORpass

XORpass is an encoder to bypass WAF filters using XOR operations. Installation & Usage root@kitploit: git clone https://github.com/devploit/XORpass cd XORpass $ python3 xorpass.py -h Example of bypass: Using clear PHP function: Using XOR bypass of that function: root@kitploit: $ python3 xorpass.p...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/08 8:02 p.m.4 views

bantam

Bantam 一个高级的 PHP 后门管理工具,具有轻量级的服务端占用、多线程通信以及先进的负载生成和混淆工具。支持端到端加密,每个请求使用唯一加密密钥,并采用负载流式传输以绕过 WAF、IDS、SIEM 系统。它融合了多种负载随机化和混淆技术,在无法加密时有助于避免检测。Bantam 是 Linux PHP 后期利用提权的理想工具,可轻松上传枚举脚本。它还具备插件系统,便于向 UI 添加脚本和功能。该工具使用 C 编写,可在 Windows 及 Linux(通过 Wine)上运行。 功能 端到端请求与响应加密 - 加密流程 使用 openssl 或 mcrypt 对请求和响应数据进行...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/08 5:23 p.m.9 views

MsfMania

MsfMania MsfMania 是一款基于 Python 的高级 Payload 混淆框架,旨在规避 Windows 系统上的 EDR/AV 检测。它通过动态代码生成、多层加密(RC4)以及二进制元数据伪造,生成高度多态的可执行文件。 ⚠️ 仅限教育用途 —— 本工具仅适用于授权的安全测试与研究。 目录 截图 功能特性 环境要求 安装 使用方法 基本帮助 完整示例 免责声明 许可证 截图 功能特性 多态 C 桩代码,支持变量/函数名混淆 本地内存注入(RWX) 使用 4 表 S-box 的 RC4 变体,修改的 KSA/PRGA 算法,可配置密钥长度(1-3 字节) 基于 djb2...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 4:21 p.m.5 views

Nextjs_Exploit_Tool

Next.js RSC RCE Exploit Tool CVE-2025-55182 Project Introduction CVE-2025-55182 is a high-severity vulnerability in Next.js's Server Component RSC processing chain. An attacker can craft special multipart/form-data requests and forged RSC response chunks to induce the server to execute arbitrary...

10CVSS8AI score0.99802EPSS
SaveExploits390
Kitploit
Kitploit
added 2026/09/08 2:18 p.m.6 views

elfpack

ElfPack: ELF Binary Section Docking for Stageless Payload Delivery Highlights Overview of payload bundling mechanisms: compilation,linking and loading. Binary compatibility and creation of loosely coupled payloads to their delivery mechanism. Avoiding automatic memory loading of sections. Use of...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 8:21 a.m.3 views

Ninja

Quick Update to include Follina Exploitation 01/06/2022 - NinjaC2 will generate the document and serve the HTML payload . More information : https://www.linkedin.com/posts/ahmed-khlief-499321a7i-just-pushed-a-quick-update-to-ninjac2-to-activity-6937661951007170560-Tmps Ninja V2.2 Released...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 6:00 a.m.6 views

hoaxshell

hoaxshell ⚡ La última versión de este proyecto es el listener independiente de HoaxShell, que incluye plantillas de payload actualizadas. También puedes usarlo directamente desde https://revshells.com asegúrate de seleccionar hoaxshell como listener. ⚠️ A partir del 18-10-2022, hoaxshell es...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/07 10:52 p.m.2 views

some-tweak-to-hide-jwt-payload-values

隐藏JWT负载值的一些调整技巧 一些调整方法和思路,用于保护 JWT 负载,使其解码尝试徒劳无功:通过不断改变其值, 确保解码后的输出仍然难以理解,同时将性能开销降至最低。 什么是 JWT 令牌? JSON Web Token(JWT,发音为“jot”)是一种紧凑且 URL 安全的方式,用于在两方之间传递 JSON 消息。它是一个定义在 RFC 7519 中的标准。该令牌是一个长字符串,由点分隔成若干部分。每个部分都是 base64 URL 编码的。 令牌包含哪些部分取决于 JWT 的类型:是 JWS(签名令牌)还是...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 9:59 p.m.4 views

blenny

Blenny is a proof-of-concept payload obfuscation tool for Windows which hides executable payload data within the icon of the executable. It is named after the sabre-toothed blenny fish, which mimmicks the behavior and looks of cleaner fish to prey on unsuspecting fish. Why? I can't recall exactly...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 3:51 a.m.6 views

macro_pack

macropack 简短描述 警告:MacroPack自2021年起不再维护,如果您是专业人士,需要用于初始访问、假设入侵、EDR绕过等进攻性信息安全工具,请查看https://www.balliskit.com MacroPack Community 是一款用于自动化混淆和生成旧格式(如MS Office文档或VBS类格式)的工具。它还处理各种快捷方式格式。该工具可用于红队演练、渗透测试、演示和社会工程评估。MacroPack将简化反恶意软件解决方案的绕过,并自动化从VB源码到最终Office文档或其他载荷类型的过程。使用非常简单: 无需配置 一切都可以通过单行代码完成...

6.2AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/02 1:43 p.m.8 views

pyobfuscate

pyobfuscate A simple and efficent script to obfuscate python payloads to make it completely FUD Note: root@kitploit: 1. Don't Upload Any Payloads To VirusTotal.com Bcz This tool will not work with Time. 2. Virustotal Share Signatures With AV Comapnies. 3. Again Don't be an Idiot! How To Install:...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/07 12:00 a.m.11 views

A Longitudinal Measurement Study of Log4Shell Exploitation from an Active Network Telescope

The disclosure of the Log4Shell vulnerability in December 2021 led to an unprecedented wave of global scanning and exploitation activity. A recent study provided important initial insights, but was largely limited in duration and geography, focusing primarily on European and U.S. network telescop...

6.9AI score
SaveExploits0
Trellix
Trellix
added 2025/12/18 12:00 a.m.40 views

Amadey Exploiting Self-Hosted GitLab to Distribute StealC

Amadey Exploiting Self-Hosted GitLab to Distribute StealC By Rahul Sharma · December 18, 2025 Executive summary Amadey is a malware loader that has been active since 2018, primarily used to distribute second-stage payloads and infostealers. While Amadey has been previously known to distribute...

6AI score
SaveExploits0
EUVD
EUVD
added 2025/10/29 10:12 p.m.9 views

EUVD-2025-36724

uv allows ZIP payload obfuscation through parsing differentials...

6.4AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/10/29 10:12 p.m.42 views

uv allows ZIP payload obfuscation through parsing differentials

Impact In versions 0.9.5 and earlier of uv, ZIP archives were handled in a manner that enabled two parsing differentials against other components of the Python packaging ecosystem: 1. Central directory entries in a ZIP archive can contain comment fields. However, uv would assume that these fields...

6.9AI score
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/08/08 12:00 a.m.5 views

CVE-2025-54368 uv is vulnerable to ZIP payload obfuscation through parsing differentials

uv is a Python package and project manager written in Rust. In versions 0.8.5 and earlier, remote ZIP archives were handled in a streamwise fashion, and file entries were not reconciled against the archive's central directory. An attacker could contrive a ZIP archive that would extract with...

6.8CVSS5.9AI score0.00197EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/08/07 8:52 p.m.13 views

uv allows ZIP payload obfuscation through parsing differentials

Impact In versions 0.8.5 and earlier of uv, remote ZIP archives were handled in a streamwise fashion, and file entries were not reconciled against the archive's central directory. This enabled two parser differentials against other Python package installers: 1. An attacker could contrive a ZIP...

6.8CVSS6.4AI score0.00197EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/08/07 8:52 p.m.12 views

GHSA-8QF3-X8V5-2PJ8 uv allows ZIP payload obfuscation through parsing differentials

Impact In versions 0.8.5 and earlier of uv, remote ZIP archives were handled in a streamwise fashion, and file entries were not reconciled against the archive's central directory. This enabled two parser differentials against other Python package installers: 1. An attacker could contrive a ZIP...

6.8CVSS7.3AI score0.00197EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2025/06/23 1:23 a.m.290 views

Exploit for Code Injection in Langflow

Langflow RCE Exploit CVE-2025-3248 !Python Versionhttps:...

9.8CVSS10AI score0.99989EPSS
SaveExploits37
Akamai Blog
Akamai Blog
added 2020/12/15 7:26 p.m.16 views

Stopping Active Attacks with Penalty Box

Unfortunately, today's sophisticated web application threats have gained some advantages over typical WAFs: Favorable odds -- WAFs must correctly identify attacks 100% of the time, whereas attackers have the luxury of only needing to find a single bypass or evasion Temporary fixes -- Many WAFs us...

2.6AI score
SaveExploits0
Rows per page
Query Builder