128206 matches found
CVE-2019-16759
vBulletin RCE 5.x 获取 Email + SMTP CVE-2019-16759 此工具将从数据库服务器提取并转储 Email + SMTP 用法 root@kitploit: $ git clone https://github.com/mas1337/CVE-2019-16759.git && cd CVE-2019-16759 $ ./vb-email-smtp.sh list.txt 免责声明 此仓库中的所有代码仅供教育目的,不适用于生产代码。代码按“原样”提供。使用风险自负。 示例 注意 使用包含 http:// 或 https:// 的列表...
cve-2025-32433
Build root@kitploit: » git clone https://github.com/0xPThree/cve-2025-32433.git && cd cve-2025-32433 » docker build -t erlang-ssh . » docker run -d --name erlang-ssh -p 2222:2222 erlang-ssh POC root@kitploit: kdev :: /erlang/CVE-2025-32433 ‹main› » python3 cve-2025-32433.py -h usage:...
CVE-2022-29464
CVE-2022-29464 CVE-2022-29464 is a critical vulnerability in WSO2 Identity Server, an open-source identity and access management platform. The vulnerability allows remote attackers to upload malicious JSP files that can execute arbitrary commands on the target system with administrative privilege...
CVE-2023-41993
CVE-2023-41993 Exploit PoC This repository contains a Proof of Concept PoC exploit for the CVE-2023-41993 vulnerability. This PoC demonstrates limited read/write primitives based on the PoC released by po6ix. Demo of this PoC can be found here. Please make an issue if you have any questions,...
CVE-2023-32315
CVE-2023-32315 Openfire's administrative console the Admin Console, a web-based application, was found to be vulnerable to a path traversal attack via the setup environment. This permitted an unauthenticated user to use the unauthenticated Openfire Setup Environmentin an already configured Openfi...
CVE-2023-25157
CVE-2023-25157 This is a simple Python Script to Find the Latest GeoServer SQL Injection Vulnerability. You can use the Scripts on hosts to check for infected path. Installation: 1. git clone https://github.com/0x2458bughunt/CVE-2023-25157/ 2. cd CVE-2023-25157 3. chmod +x geoserver.sh Note: You...
mypocs
Statement This repo was incomplete when published. In regar...
CVE-2024-1086
CVE-2024-1086 针对 CVE-2024-1086 的通用本地权限提升概念验证漏洞利用,适用于 v5.14 至 v6.6 之间的大多数 Linux 内核,包括 Debian、Ubuntu 和 KernelCTF。在 KernelCTF 镜像中的成功率为 99.4%。 https://github.com/Notselwyn/CVE-2024-1086/assets/68616630/a3d43951-94ab-4c09-a14b-07b81f89b3de 博客文章 / 技术分析 关于该漏洞利用的完整技术分析(包括背景信息和大量有用的图表)可以在 Flipping Pages...
CVE-2026-43503
🚨 CVE-2026-43503 — DirtyClone When Shared Memory Stops Being Shared Safely. A Local Privilege Escalation vulnerability caused by improper propagation of the SKBFLSHAREDFRAG flag inside the Linux networking stack. 📖 Overview CVE-2026-43503 , nicknamed DirtyClone , is a High Severity Local Privileg...
EvilDroid
EvilDroid: Exploit automatizado para CVE-2024-0044 EvilDroid es una herramienta sofisticada diseñada para la explotación automatizada de vulnerabilidades CVE-2024-0044. Este script agiliza el proceso de explotación de aplicaciones Android vulnerables mediante la automatización del despliegue de...
CVE-2025-48593
CVE-2025-48593 "A single malicious packet can own your device." — Android Security Team, Nov 2025 Zero-Click Remote Code Execution in Android System Bluetooth Subsystem ⚠️ Critical Scope Clarification Updated April 2026 Standard phones and tablets are NOT vulnerable. CVE-2025-48593 only affects...
CVE-2026-39047
CVE-2026-39047:爱普生打印机RAW协议漏洞利用框架 仓库: https://github.com/J4ck3LSyN-Gen2/CVE-2026-39047 PoC脚本: poc.py 模拟目标: mockprinter.py 作者: J4ck3LSyN 概述 该框架演示了CVE-2026-39047 漏洞——爱普生多功能打印机(特别是L14150 FL27PB)在处理RAW TCP打印协议(通常端口9100)上的畸形或超大负载时存在的远程缓冲区溢出。 成功利用可导致打印机嵌入式环境中的任意代码执行,实现: 拒绝服务(DoS)/设备崩溃/重启...
CVE-2023-41064
LibWebP漏洞-CVE-2023-41064 用于触发此CVE-2023-41064漏洞的代码长度 这是一个Python脚本,用于创建一个空的WebP(一种图像格式)文件,具有特定的头部结构。该脚本的目的是生成一个可用于测试或教育目的的WebP文件。 注意:此脚本仅供教育目的使用,不得用于恶意或非法用途。 前置要求 确保你的系统满足以下前置要求: 已安装Python 3.x。 已安装WebP软件。(此要求是为了让脚本正确执行)。 使用方法 克隆或下载此仓库到你的系统。 打开终端并导航到crafteando.py文件所在位置。 通过指定输出的WebP文件名来运行脚本:...
CVE-2024-24919
CVE-2024-24919 我对任何事都不负责 : 安装 git clone https://github.com/LucasKatashi/CVE-2024-24919 && cd CVE-2024-24919 python3 -m pip install -r requirements.txt && chmod +x CVE-2024-24919.py ./CVE-2024-24919 FOFA 查询 root@kitploit: title="Check Point SSL Network Extender"...
react2shell-poc
React2Shell - CVE-2025-55182 概念验证 CVE-2025-55182 的概念验证,这是 React Server Components 中一个严重的未认证远程代码执行漏洞。 CVSS 分数: 10.0(严重) 漏洞 该漏洞存在于 React 的 Flight 协议反序列化器中。通过利用特制负载进行的原型污染(prototype pollution),攻击者可以在受影响的 Next.js 应用程序上实现任意代码执行。 受影响版本 产品| 受影响版本| 已修复版本 ---|---|--- React| 19.0.0 - 19.2.0| 19.0.1, 19.1.2...
CVE-2025-68428_PoC
CVE-2025-68428PoC root@kitploit: $ git clone https://github.com/12nio/CVE-2025-68428PoC/ && cd CVE-2025-68428PoC $ sudo docker build -t poc . $ sudo docker run --rm -p 8080:8080 --name vuln poc $ curl "http://127.0.0.1:8080/api/v1/generate-invoice?client=Dinko&branding=../secret" --output poc.pdf...
CVE-2020-0688
Escáner CVE-2020-0688 Este es un pequeño y sucio script para comprobar servidores Exchange vulnerables a CVE-2020-0688. Está escrito de forma fea y en PHP. Precaución: Solo comprueba si tienes instalada la actualización CU actual. ¡Eso no significa que hayas instalado el parche de corrección!...
database-sentinel
🛡️ Database Sentinel(数据库哨兵) 一个用于审计数据库后端安全漏洞的 Claude 技能。 将其放入 Claude Code、Cursor 或任何基于 Claude 的环境中。说“审计我的数据库”,即可获得一份全面的安全报告以及精确的修复代码——只需几分钟,而非数天。 超过 170 个 Lovable 应用遭到入侵。 YC 初创公司中 2010 万行数据被暴露。约 87,000 个 MongoDB 实例易受 MongoBleed 攻击(CVE-2025-14847,CISA KEV)。仅在 2025 年的一次事件中就有 180 万个 Firebase 密码泄露。45% ...
CVE-2025-32463_chwoot
CVE-2025-32463 – sudo chroot("chwoot")PoC 本仓库提供了一个最小化、可复现的环境,用于演示 sudo 的 chroot 功能中存在的 CVE‑2025‑32463 权限提升漏洞。 该漏洞由 Stratascale 的 Rich Mirch(X 上的 @0xm1rch)报告。 原始文章:漏洞公告:Sudo chroot 权限提升 NVD:CVE-2025-32463(CVSS 9.3) 受影响版本 在大多数 Linux 发行版中,从 sudo 1.9.14 到 1.9.17 (所有 p 修订版)的易受攻击构建版本都会受到影响。 安全公告页面...
wpair-app
WPair CVE-2025-36911(即 WhisperPair)漏洞扫描器与研究工具 功能特性 • 安装 • 使用方法 • 工作原理 • 漏洞详情 • 致谢 免责声明 本应用是由 @ZalexDev 以个人身份独立实现的。最初的鲁汶大学(KU Leuven)研究人员发现并披露了该漏洞,但未发布任何代码,且与本项目无关联。在致谢中列出他们,仅是为了认可其研究贡献。 概述 WPair 是一款防御性安全研究工具,用于演示 Google Fast Pair 协议中的 CVE-2025-36911 漏洞。该漏洞影响全球数百万蓝牙音频设备,可导致未经授权的配对以及在用户不知情的情况下访问麦克风...