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
react2shell-rce-autobot — 🎯 Scanner automatizado de vulnerabilidades para React2Shell RCE - Google dorking + detecção segura para CVE-2025-55182/CVE-2025-66478 (CVSS 10.0) | Kitploit
Ferramentas/GitHubGitHub/hndko/react2shell-rce-autobot
ReconhecimentoScanners de VulnerabilidadesExploraçãoExploração de Aplicações WebColeta de InformaçõesTestes de Penetração
GitHubhndko/react2shell-rce-autobot

react2shell-rce-autobot

🎯 Scanner automatizado de vulnerabilidades para React2Shell RCE - Google dorking + detecção segura para CVE-2025-55182/CVE-2025-66478 (CVSS 10.0)

Ver Repositório
1há 8 mesesAinda 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

🔍 React2Shell Dork Scanner

CVE-2025-55182 CVE-2025-66478 CVSS 10.0

Python 3.8+ Next.js React License


🚨 Sobre a Vulnerabilidade

React2Shell é uma vulnerabilidade crítica de execução remota de código (RCE) que afeta:

AlvoVersões Vulneráveis
⚛️ react-server-dom-webpack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-turbopack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-parcel19.1.0, 19.1.1, 19.2.0
🔺 Next.js15.0.0-15.0.4, 16.0.0-16.0.6

⚠️ Pontuação CVSS: 10.0 (CRÍTICA) - RCE não autenticado!


✨ Recursos


📦 Instalação

root@kitploit:~
# Clone repository
git clone https://github.com/yourusername/react2shell-dork-scanner.git
cd react2shell-dork-scanner

# Install dependencies
pip install -r requirements.txt

🚀 Início Rápido

1️⃣ Testar URL Única

root@kitploit:~
python3 dork_scanner.py --test-url https://target.com

2️⃣ Pesquisa com Google Dork

root@kitploit:~
# Custom dork
python3 dork_scanner.py --dork "inurl:/_next site:example.com"

# Template bawaan
python3 dork_scanner.py --template nextjs --limit 50

3️⃣ Varredura a partir de Arquivo

root@kitploit:~
python3 dork_scanner.py --scan-file targets.txt

4️⃣ Automático Completo (Dork + Scan)

root@kitploit:~
python3 dork_scanner.py --dork "inurl:/_next" --auto-scan

📖 Opções de CLI

root@kitploit:~
Google Dork Options:
  --dork, -d          Custom Google dork query
  --template, -t      Template: nextjs, react, rsc
  --limit, -l         Max results (default: 50)
  --delay             Delay antar request (default: 3.0s)

Scanning Options:
  --scan-file, -f     Scan dari file
  --test-url, -u      Test single URL
  --auto-scan         Auto scan setelah dorking
  --threads           Concurrent threads (default: 5)
  --timeout           Request timeout (default: 10s)

Output Options:
  --output-targets    File untuk targets (default: targets.txt)
  --output-vuln       File untuk vulns (default: vulnerable.txt)

🎯 Modelos de Dork

TemplateDorks
nextjsinurl:"/_next/static", intext:"__NEXT_DATA__"
react

📊 Arquivos de Saída

ArquivoConteúdo
📄 targets.txtTodas as URLs do Google dork
🔴 vulnerable.txtURLs vulneráveis

⚠️ Aviso Legal

⚠️ AVISO LEGAL

Esta ferramenta é SOMENTE para testes de segurança em alvos que possuem autorização oficial. O uso sem autorização é ILEGAL.


🔗 Referências

  • 📋 CVE-2025-55182
  • 📋 CVE-2025-66478
  • 🔬 Assetnote Research

🔒 Mantenha-se Seguro. Faça Varreduras com Responsabilidade. 🔒

Baixar ferramenta
RecursoDescrição
🔍 Google DorkingBusca automática de alvos Next.js/React via Google
💾 Salvar AlvosSalvar os resultados da busca em targets.txt
🎯 Varredura de VulnerabilidadesTestar vulnerabilidade em cada alvo
📝 Relatório de VulnerabilidadesSalvar alvos vulneráveis em vulnerable.txt
⚡ Multi-threadingVarredura rápida com requisições concorrentes
🛡️ Detecção SeguraDetecção por canal lateral (sem exploração)
inurl:"/static/js/main" intext:"react"
rscinurl:"/api/" intext:"server-action"