126863 matches found
CVE-2025-8088
Análisis de Seguridad: Explotación de Path Traversal en WinRAR CVE-2025-8088 Nota: Repositorio en desarrollo. Este proyecto recibirá actualizaciones futuras con análisis adicionales, scripts de análisis no-exploit y material para presentación. Nuevas versiones se publicarán tan pronto estén...
shirocrack
shirocrack Simple hash cracker for Apache Shiro hashes written in Golang. Useful for exploiting CVE-2024-4956. Let's keep this short CVE-2024-4956 is a path traversal vulnerability in Sonatype Nexus Repository that allows an unauthenticated attacker with network access to the server to read...
cve-2025-64446-fortiweb-exploit
CVE-2025-64446 Fortinet FortiWeb Path Traversal RCE Exploit A security research tool for detecting and testing the CVE-2025-64446 vulnerability in Fortinet FortiWeb Web Application Firewall WAF. This critical zero-day path traversal vulnerability has been actively exploited in the wild and allows...
CVE-2024-36991
CVE-2024-36991 Path traversal vulnerability in Splunk Enterprise on Windows versions below 9.2.2, 9.1.5, and 9.0.10 that allows reading sensitive files...
CVE-2024-53677
CVE-2024-53677: Vulnerabilidad de path traversal a RCE en Apache Struts Se ha encontrado una vulnerabilidad de seguridad crítica, identificada como CVE-2024-53677, en Apache Struts, que permite a los atacantes manipular los parámetros de carga de archivos, lo que puede conducir a un path traversa...
CVE-2026-90817
An unauthenticated Remote Code Execution vulnerability was found in the survey passthrough routing and Data Import processing logic, in which a malicious user could potentially exploit it by manipulating HTTP requests to access an unintended controller route from a public survey context and by...
CS4277-CVE-Path-Traversal-Apache-HTTP-Server
CS4277-CVE-Path-Traversal-Apache-HTTP-Server Miembros del equipo: Emily Nguyen, Jonathan Kim, Joon Jang Selección del tema del proyecto: Proyecto 1: Recrear y explotar un CVE real: path traversal CVE-2021-41773 en el servidor Apache HTTP. Objetivo del proyecto: Esperamos reproducir el...
PoC-CVE-2025-52913
CVE-2025-52913 - Vulnerabilidad de Normalización de Rutas en MiCollab 📌 Descripción general Este repositorio contiene una Prueba de Concepto PoC para CVE-2025-52913 , una vulnerabilidad de normalización de rutas que afecta a Mitel MiCollab. El problema permite a atacantes no autenticados evadir l...
CVE-2025-47273-POC
setuptools 路径遍历漏洞 CVE-2025-47273 📖 概述 针对 Python setuptools pythonserver.py 'EOF' import http.server import socketserver class Handlerhttp.server.SimpleHTTPRequestHandler: def doGETself: 无论请求的路径是什么,都提供 authorizedkeys self.sendresponse200 self.endheaders with open"authorizedkeys", "rb" as f:...
abyss-c2
ABYSS C2 — HiSilicon DVR Exploit Framework ⚠️ 仅供教育/演示目的 本软件仅供在受控且授权环境中进行教育和授权的安全研究 。旨在演示常见的 IoT 漏洞及后渗透技术。 您不得在以下设备上使用本软件: 任何您不拥有的系统或设备 任何未经您明确书面授权测试的系统或设备 任何未经事先批准的生产基础设施 创建者对使用本软件进行的任何滥用、损坏或非法活动不承担任何责任。 使用本软件即表示您承认自己有责任确保遵守所在司法管辖区所有适用法律法规。未经授权访问计算机系统在诸如《计算机欺诈与滥用法》(CFAA)及全球类似法规下均属非法。 本项目旨在演示:...
CVE-2025-55130
CVE-2025-55130 - Escape del Modelo de Permisos de Node.js mediante Enlaces Simbólicos root@kitploit: / | | | | |/ \ / \ | | | | / | // \ | | || | || || || | | | | \ | \ \ | | | | | | |/|| \ ||| ||/||| | || | || | |/ |//||// Node.js Permission Model Bypass via Crafted Symlinks Discovered by...
CVE-2021-41773
https://target/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/hosts root@kitploit: id: CVE-2021-41773 info: name: Apache 2.4.49 Exploit author: numanturle severity: high requests: - method: GET path: - "BaseURL/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/hosts" matchers-condition: and matchers: - type: regex...
7Ziprowler
7-ZiProwler CVE-2025-11001 Resumen El resultado de mi rápida investigación sobre CVE-2025-11001 se presenta en este repositorio. El exploit está escrito en Python y utiliza el gestor de proyectos astral uv. Referencias Algunas: NIST ZDI CVE News WIZ Análisis rápido No profundizaré demasiado en lo...
cve-2024-43451-ntlm_hash_disclosure_reproduction
CVE-2024-43451 — Vulnerabilidad de suplantación de identidad de divulgación de hash NTLM en Windows Descripción general CVE-2024-43451 es una vulnerabilidad de suplantación de identidad de divulgación de hash NTLMv2 en Windows. Permite que un atacante remoto no autenticado filtre el hash NTLM de ...
CVE-2020-15778
CVE-2020-15778 Introducción Este repositorio reproduce CVE-2020-15778. Pasos 1. Construye las imágenes docker para el servidor scp y el cliente root@kitploit: cd client docker build -t client-cve . root@kitploit: cd server docker build -t server-cve . 2. Levanta el servidor scp en un contenedor...
CVE-2024-45440
Herramienta de enumeración para CVE-2024-45440 por DividesByZer0 & c0d3Ninja CVE-2024-45440 - PoC de Divulgación de Ruta Completa en Drupal 11.x-dev opciones: -h, --help muestra este mensaje de ayuda y sale -u URL, --url URL URL única para escanear. -f FILE, --file FILE Archivo que contiene URLs...
CVE-2025-0108
CVE-2025-0108 — Web安全(PoC与修复) 该仓库包含一个小型实验环境,用于复现和缓解CVE-2025-0108问题(Nginx与Apache之间的路径混淆/头走私)。 任务目的是演示在多层级栈(Nginx - Flask后端 - Apache/PHP)中,双重编码的请求如何绕过认证,并展示一种后端侧的缓解方案。 此环境仅供教育用途。 目录 CVE-2025-0108/ — 易受攻击的实现(PoC) CVE-2025-0108fix/ — 修补后的实现(后端验证解码后的路径) 漏洞复现(易受攻击) — CVE-2025-0108 目的...
CVE-2025-49132-PoC
Guía para usar el script que explota la Path Traversal de Pterodactyl en locale.json Requisitos Servidor Redis expuesto URL del panel Guía 1. Obtén acceso al archivo de configuración del servidor, que contiene la APPKEY y la contraseña de la base de datos Redis + IP 2. Usa forgecookie para genera...
CVE-2018-13379-FortinetVPN
CVE-2018-13379-FortinetVPN Una Limitación Inadecuada de un Nombre de Ruta a un Directorio Restringido "Path Traversal" en Fortinet FortiOS 6.0.0 a 6.0.4, 5.6.3 a 5.6.7 y 5.4.6 a 5.4.12 bajo el portal web SSL VPN permite a un atacante no autenticado descargar archivos del sistema a través de...
CVE-2026-78851
Grav: Traversal de Ruta Autenticado / Divulgación Arbitraria de Directorios mediante Twig mediadirectory Reportero Nombre: CYBER-SEC Contacto: [email protected] Resumen La función Twig mediadirectory de Grav está expuesta dentro de la lista blanca del sandbox de Twig del contenido de páginas...