
React Server Actions 프로토타입 오염 취약점(CVE-2025-55182)을 탐지하고 악용하기 위한 GUI 기반 보안 테스트 툴킷으로, POC 검증, 가상 터미널, FOFA 연동 배치 스캔 기능을 제공합니다.
Electron + Vue 3로 구축된 보안 테스트 도구 키트로, React Server Actions 취약점 탐지 및 악용에 중점을 둡니다.
中文文档 | English
React2Shell Toolbox는 Next.js React Server Actions 프로토타입 오염 취약점(CVE-2025-55182)을 위해 설계된 보안 테스트 도구입니다. POC 검증, 가상 터미널 상호작용, FOFA 자산 검색, 고급 경로 하이재킹 기능을 포함한 사용자 친화적인 GUI를 제공합니다.




자신의 플랫폼에 맞는 설치 프로그램을 GitHub Releases에서 다운로드하세요:
Windows-react2shell-toolbox-{version}-setup.exe 또는 Windows-react2shell-toolbox-{version}-portable.exemacOS-react2shell-toolbox-{version}-x64.dmg (Intel) 또는 macOS-react2shell-toolbox-{version}-arm64.dmg (Apple Silicon)Linux-react2shell-toolbox-{version}-x64.AppImage 또는 .deb / .tar.gznpm install
npm run dev
# Windows
npm run build:win
# macOS
npm run build:mac
# Linux
npm run build:linux
# All platforms
npm run build:all
app="Apache-Tomcat")react2shell-toolbox/
├── src/
│ ├── main/ # Electron main process
│ │ ├── index.js # Main process entry
│ │ ├── poc-handler.js # POC execution handler
│ │ ├── terminal-handler.js # Virtual terminal handler
│ │ ├── fofa-handler.js # FOFA API handler
│ │ ├── github-oauth-handler.js # GitHub OAuth handler
│ │ ├── storage-handler.js # Storage management handler
│ │ └── updater.js # Auto-update handler
│ ├── preload/ # Preload scripts
│ │ └── index.js # IPC communication bridge
│ └── renderer/ # Renderer process (frontend)
│ ├── src/
│ │ ├── components/ # Vue components
│ │ │ ├── poc/ # POC verification components
│ │ │ ├── batch/ # Batch verification components
│ │ │ └── settings/ # Settings components
│ │ ├── views/ # Page views
│ │ ├── stores/ # Pinia state management
│ │ ├── router/ # Router configuration
│ │ ├── composables/ # Composable functions
│ │ └── App.vue # Root component
│ └── index.html # HTML entry
├── resources/ # Application resources
│ ├── icon.png # App icon
│ └── icon.ico # Windows icon
├── changelog/ # Version changelogs
├── electron-builder.yml # Build configuration
└── package.json # Project configuration
⚠️ 이 도구는 보안 연구 및 승인된 테스트 전용입니다
이 도구는 Next.js React Server Actions 프로토타입 오염 취약점(CVE-2025-55182)을 대상으로 합니다.
MIT 라이선스
이 프로젝트를 도와주신 모든 기여자분들께 감사드립니다!
다음을 포함하되 이에 국한되지 않는 모든 형태의 기여를 환영합니다:
토론에 참여하려면 Issues 페이지를 확인하거나 Pull Request를 직접 제출하세요.
면책 조항: 이 도구는 보안 연구 및 교육 목적으로만 제공됩니다. 사용자는 현지 법률 및 규정을 준수해야 하며 불법적인 목적으로 사용해서는 안 됩니다.