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 CVE-2026-63030 Exploit & Scanner | Kitploit
Ferramentas/GitHubGitHub/lutfifakee-project/wp2shell
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHublutfifakee-project/wp2shell

wp2shell

wp2shell - WordPress CVE-2026-63030 Exploit & Scanner

Ver Repositório
61há 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 - Scanner e Exploit de Vulnerabilidade WordPress CVE-2026-63030

⚡ Scanner e Exploit de Vulnerabilidade em Tempo Real e Rápido para CVE-2026-63030 (wp2shell)


📌 Visão Geral

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.

🔍 O que é CVE-2026-63030?

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:

  1. GHSA-ff9f-jf42-662q - Confusão de Rota Batch REST
  2. GHSA-fpp7-x2x2-2mjf - Injeção SQL author__not_in

📊 Versões Afetadas



📦 Clonar e Configurar

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

🛠️ Ferramentas Incluídas

1️⃣ wp2shell_scanner.py - Scanner Rápido

Scanner em tempo real multi-thread para detecção de vulnerabilidades em larga 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

Demonstra a variante RCE INTO OUTFILE (requer privilégio FILE do 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 Arquivo Único

Versão portátil e de arquivo único do exploit com funcionalidade 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 ferramenta é apenas para fins educacionais e de teste autorizado.

  • Use apenas em sistemas que você possui ou tenha permissão explícita por escrito para testar.
  • O acesso não autorizado a sistemas de computador é ilegal.
  • Os desenvolvedores não assumem nenhuma responsabilidade pelo uso indevido deste software. Use de forma responsável e ética.
Baixar ferramenta
Faixa de VersãoImpactoStatus
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