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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
reactguard — ReactGuard는 CVE-2025-55182(React2Shell)에 대한 프레임워크 및 취약점 탐지 도구를 제공합니다. | Kitploit
도구/GitHubGitHub/theori-io/reactguard
Static AnalysisVulnerability ScannersCode AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubtheori-io/reactguard

reactguard

ReactGuard는 CVE-2025-55182(React2Shell)에 대한 프레임워크 및 취약점 탐지 도구를 제공합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

ReactGuard

Xint 기반 React2Shell 스캐너.

ReactGuard는 React Server Components를 지원하는 프레임워크 전반에 걸쳐 CVE-2025-55182(React2Shell)에 대한 프레임워크 및 취약점 탐지 도구를 제공합니다. 또한 CVE-2025-55183, CVE-2025-55184 및 CVE-2025-67779에 대한 탐지기도 포함합니다.

지원 상태

  • Next.js 14-16 및 Waku 0.17-0.27: 기본, 검증된 적용 범위.
  • Expo 서버 액션, React Router 서버 액션 및 일반 RSC: 사용 가능하지만 실험적입니다.

설치

root@kitploit:~
pip install git+https://github.com/theori-io/reactguard.git

CLI

root@kitploit:~
reactguard http://host:port/              # Framework + vulnerability detection in one step

# Options
--json                    # emit machine-readable JSON
--ignore-ssl-errors       # skip TLS verification

Python API

root@kitploit:~
from reactguard import ReactGuard

with ReactGuard() as rg:
    scan = rg.scan("https://xint.io/")
    print(scan)
도구 다운로드