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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
react2shell-rce-autobot — 🎯 React2Shell RCE를 위한 자동화된 취약점 스캐너 - Google dorking + CVE-2025-55182/CVE-2025-66478 (CVSS 10.0)에 대한 안전한 탐지 | Kitploit
도구/GitHubGitHub/hndko/react2shell-rce-autobot
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubhndko/react2shell-rce-autobot

react2shell-rce-autobot

🎯 React2Shell RCE를 위한 자동화된 취약점 스캐너 - Google dorking + CVE-2025-55182/CVE-2025-66478 (CVSS 10.0)에 대한 안전한 탐지

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

🔍 React2Shell Dork Scanner

CVE-2025-55182 CVE-2025-66478 CVSS 10.0

Python 3.8+ Next.js React License


🚨 취약점 정보

React2Shell은 다음에 영향을 미치는 치명적인 원격 코드 실행(RCE) 취약점입니다:

대상취약한 버전
⚛️ react-server-dom-webpack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-turbopack19.0.0, 19.1.0, 19.1.1, 19.2.0
⚛️ react-server-dom-parcel19.1.0, 19.1.1, 19.2.0
🔺 Next.js15.0.0-15.0.4, 16.0.0-16.0.6

⚠️ CVSS 점수: 10.0 (치명적) - 인증 없이 RCE 가능!


✨ 기능


📦 설치

root@kitploit:~
# 저장소 클론
git clone https://github.com/yourusername/react2shell-dork-scanner.git
cd react2shell-dork-scanner

# 의존성 설치
pip install -r requirements.txt

🚀 빠른 시작

1️⃣ 단일 URL 테스트

root@kitploit:~
python3 dork_scanner.py --test-url https://target.com

2️⃣ Google Dork 검색

root@kitploit:~
# 사용자 지정 dork
python3 dork_scanner.py --dork "inurl:/_next site:example.com"

# 내장 템플릿
python3 dork_scanner.py --template nextjs --limit 50

3️⃣ 파일에서 스캔

root@kitploit:~
python3 dork_scanner.py --scan-file targets.txt

4️⃣ 전체 자동 (Dork + 스캔)

root@kitploit:~
python3 dork_scanner.py --dork "inurl:/_next" --auto-scan

📖 CLI 옵션

root@kitploit:~
Google Dork 옵션:
  --dork, -d          사용자 지정 Google dork 쿼리
  --template, -t      템플릿: nextjs, react, rsc
  --limit, -l         최대 결과 수 (기본값: 50)
  --delay             요청 간 지연 시간 (기본값: 3.0초)

스캔 옵션:
  --scan-file, -f     파일에서 스캔
  --test-url, -u      단일 URL 테스트
  --auto-scan         dorking 후 자동 스캔
  --threads           동시 스레드 수 (기본값: 5)
  --timeout           요청 제한 시간 (기본값: 10초)

출력 옵션:
  --output-targets    대상 파일 (기본값: targets.txt)
  --output-vuln       취약점 파일 (기본값: vulnerable.txt)

🎯 Dork 템플릿

템플릿Dorks
nextjsinurl:"/_next/static", intext:"__NEXT_DATA__"
react

📊 출력 파일

파일내용
📄 targets.txtGoogle dork의 모든 URL
🔴 vulnerable.txt취약한 URL

⚠️ 면책 조항

⚠️ 법적 경고

이 도구는 공식 허가를 받은 대상에 대한 보안 테스트 전용입니다. 승인 없이 사용하는 것은 불법입니다.


🔗 참고 자료

  • 📋 CVE-2025-55182
  • 📋 CVE-2025-66478
  • 🔬 Assetnote 연구

🔒 안전하게 지키세요. 책임감 있게 스캔하세요. 🔒

도구 다운로드
기능설명
🔍 Google DorkingGoogle을 통해 Next.js/React 대상 자동 검색
💾 대상 저장검색 결과를 targets.txt에 저장
🎯 취약점 스캐닝각 대상의 취약점 테스트
📝 취약점 보고서취약한 대상을 vulnerable.txt에 저장
⚡ 멀티스레딩동시 요청으로 빠른 스캔
🛡️ 안전한 탐지사이드 채널 탐지 (익스플로잇 없음)
inurl:"/static/js/main" intext:"react"
rscinurl:"/api/" intext:"server-action"