2132 matches found
struts2-rce
Exploit Demo para CVE-2017-5638 Completamente basado en https://github.com/piesecurity/apache-struts2-CVE-2017-5638 Uso: Requisitos previos: tener instalados python, docker, maven y un jdk 1. clona este repositorio 2. ejecuta mvn clean package en la raíz del proyecto 3. ejecuta docker build -t ha...
struts_hack
Esta herramienta utiliza un exploit en el framework Apache Struts llamado CVE-2017-5638 para obtener acceso a un servidor vulnerable a través de una inyección OGNL. Se puede descargar aquí necesitarás ejecutarlo desde la línea de comandos Uso:...
Apache-Struts-0Day-Exploit
Apache-Struts-0Day-Exploit Vulnerabilidad crítica de ejecución remota de código CVE-2018-11776 encontrada en Apache Struts. Instalación git clone https://github.com/LightC0der/Apache-Struts-0Day-Exploit/ Uso: python ApacheStruts.py URL : www.example.com/ Shell : "Comandos" p.ej. ls, dir, whoami...
struts-pwn_CVE-2018-11776
struts-pwn - Exploit para CVE-2018-11776 Un exploit para Apache Struts CVE-2018-11776 Uso Comprobar si la vulnerabilidad existe en una sola URL. python struts-pwn.py --url 'http://example.com/demo/struts2-showcase/index.action' Comprobar si la vulnerabilidad existe en una lista de URLs. python...
CVE-2024-53677-Exploitation
CVE-2024-53677 Explotación Apache Struts RCE a través de la subida de archivos Descripción CVE-2024-53677 es una vulnerabilidad que afecta a Apache Struts desde la versión 2.0.0 hasta antes de la 6.4.0. ⚠️ Esta fue explotada en un laboratorio de Hack The Box. La lógica de subida de archivos en...
cve-2017-5638
cve-2017-5638 cve-2017-5638 Vulnerable site sample This project aims to demonstrate the CVE-2017-5638 exploitation for educational purpose. For more informations, see https://cwiki.apache.org/confluence/display/WW/S2-045 Legal Disclaimer This project is made for educational and ethical testing...
CVE-2017-5638
CVE-2017-5638 该脚本用于验证 Apache Struts 2 漏洞(CVE-2017-5638),又称 Struts-Shock。它完全无害,不会注入任何恶意负载,仅注入一个名为 'STRUTS2-VALIDATION' 的 HTTP 头,以便验证是否存在漏洞。 由于其多线程能力,它能够在不到10分钟内运行全球范围内的2500多个应用程序。因此,它对于大规模验证企业应用程序非常方便。 用法 运行此脚本有两种方式:带线程和不带线程,唯一的区别在于执行时间。要启用线程功能,只需传递线程参数即可。 第一个参数必须是一个包含所有目标 URL 的 TXT 文件,每行一个。请注意,这些...
CVE-2025-68493
CVE-2025-68493 CVE-2025-68493 7. Referencias 1 Vulnerabilidad ApacheStrutsXWorkXML CVE-2025-68493 PoC y script | ZONE.CI Red Global. https://zone.ci/secarticles/wx/486533.html 8. Verificación y explotación de la vulnerabilidad Para verificar y explotar la vulnerabilidad CVE-2025-68493, se pueden...
CVE-2018-1335-EXP-GUI
CVE-2018-1335 GUI版 EXP...
cve-2023-50164
CVE-2023-50164 Versiones vulnerables Struts 2.0.0 - Struts 2.3.37 EOL Struts 2.5.0 - Struts 2.5.32 Struts 6.0.0 - Struts 6.3.0 Versiones en las que se ha corregido la vulnerabilidad Struts 2.5.33 Struts 6.3.0.2 Script de búsqueda Windows/PowerShell Para PowerShell 5.1 y posteriores. Escrito por...
CVE-2023-50164-Apache-Struts-RCE
CVE-2023-50164: Apache Struts path traversal to RCE vulnerability A critical security vulnerability, identified as CVE-2023-50164 CVE: 9.8 was found in Apache Struts, allowing attackers to manipulate file upload parameters that can potentially lead to unauthorized path traversal and remote code...
CVE-2024-53677-S2-067-thread
Disclaimer Do not use the related technologies in this article for illegal testing. Any direct or indirect consequences and losses caused by the dissemination or use of the information or tools provided in this article are solely the responsibility of the user. All adverse consequences arising fr...
struts-pwn
struts-pwn An exploit for Apache Struts CVE-2017-5638 Usage Testing a single URL. python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id' Testing a list of URLs. python struts-pwn.py --list 'urls.txt' -c 'id' Checking if the vulnerability exists against a single URL...
struts-pwn
struts-pwn Apache Struts CVE-2017-5638 的漏洞利用工具 用法 测试单个 URL. python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id' 测试 URL 列表. python struts-pwn.py --list 'urls.txt' -c 'id' 检查单个 URL 是否存在漏洞. python struts-pwn.py --check --url...
CVE-2017-5638
CVE-2017-5638 目录 1. 概述 2. 依赖项 3. 使用方法 概述 本项目是 Apache Struts 漏洞的概念验证。目标是创建能够生成并测试随机 IP 地址是否存在上述漏洞的软件。 请自担风险使用本项目,且仅用于教育目的。 依赖项 cURL cURL 用于向特定 IP 地址的特定端口发送构造的 HTTP 头。 Nmap Nmap 用于生成包含开放端口 80 或 443 的随机 IP 地址。 使用方法 生成随机 IP 地址并保存到文本文件。 root@kitploit: ./getip.sh 要扫描的主机数 要扫描的端口 输出文件名 root@kitploit:...
S2-057-CVE-2018-11776
S2-057-CVE-2018-11776 Un exploit simple para Apache Struts RCE S2-057 CVE-2018-11776 IMPORTANTE: Se proporciona solo con fines educativos o informativos. Desplegar entorno de prueba root@kitploit: git clone https://github.com/vulhub/vulhub cd vulhub/struts2/s2-057 docker-compose up -d Uso...
CVE-2017-5638-PoC
CVE-2017-5638 Apache Struts 2 远程代码执行概念验证 本仓库包含一个概念验证(PoC)脚本,用于演示 Apache Struts 2 中标识为 CVE-2017-5638 的远程代码执行(RCE)漏洞。 漏洞详情 CVE ID: CVE-2017-5638 受影响软件: Apache Struts 2 版本 2.3.32 之前及 2.5.10.1 之前的版本 漏洞类型: 远程代码执行 攻击向量: 远程,通过精心构造的 Content-Type HTTP 标头 描述 文件上传请求中处理 Content-Type 标头时的错误允许攻击者执行任意 OGNL...
StrutsShell
StrutsShell Apache Struts(CVE-2017-5638)Shell 简介 "LowNoiseHG LNHG Struts Shell "(以下简称"StrutsShell ")诞生于2017年3月,当时我们认识到无需手动利用Apache Struts CVE-2017-5638漏洞(手动发送HTTP GET请求)的实用性,同时也发现针对该漏洞的相应Metasploit模块无法正常工作(至少在我们的测试案例中如此)。 描述 StrutsShell 的基本操作包括:处理针对被攻击平台(Windows、Linux等)的命令行(shell)输入,并利用Apache...
CVE-2024-53677-Docker
CVE-2024-53677 - Entorno de reproducción de la vulnerabilidad de ejecución remota de código RCE en Apache Struts 2 Este repositorio proporciona un entorno basado en Docker para reproducir la vulnerabilidad CVE-2024-53677 en Apache Struts 2. Esta vulnerabilidad implica un path traversal y permite ...
CVE-2023-50164-Apache-Struts-RCE
包含易受攻击的WAR文件和Docker文件,可用于测试CVE-2023-50164-Apache-Struts-RCE。 此Dockerfile和易受攻击的应用程序是根据 https://github.com/jakabakos/CVE-2023-50164-Apache-Struts-RCE 中的资源和代码编译和设计的。感谢他提供了如此详细的资源和漏洞利用程序。 请务必查看参考部分提到的仓库和博客,以获取深入分析和漏洞利用脚本。 易受攻击的文件上传操作可通过 http://ip-address:port/upload-1.0.0/upload.action 访问。 构建: 运行: 参考...