
مجموعة أدوات اختبار أمني بواجهة رسومية (GUI) لاكتشاف واستغلال ثغرة تلوث النموذج الأولي في React Server Actions (CVE-2025-55182)، مع التحقق من إثبات المفهوم (POC)، وطرفية افتراضية، ومسح دفعات متكامل مع FOFA.
مجموعة أدوات اختبار أمني مبنية باستخدام Electron + Vue 3، تركّز على اكتشاف ثغرات React Server Actions واستغلالها.
中文文档 | English
React2Shell Toolbox هي أداة اختبار أمني مصممة لثغرة تلوث النموذج الأولي في Next.js React Server Actions (CVE-2025-55182). توفر واجهة رسومية سهلة الاستخدام مع ميزات تشمل التحقق من POC، والتفاعل مع الطرفية الافتراضية، والبحث عن أصول FOFA، وقدرات متقدمة لاختطاف المسارات.




قم بتنزيل مثبّت نظامك الأساسي من إصدارات GitHub:
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
شكرًا لجميع المساهمين الذين ساعدوا في هذا المشروع!
نرحب بجميع أشكال المساهمات، بما في ذلك على سبيل المثال لا الحصر:
يرجى مراجعة صفحة القضايا للمشاركة في المناقشات، أو إرسال Pull Request مباشرة.
إخلاء مسؤولية: هذه الأداة مخصصة لأغراض البحث الأمني والتعليم فقط. يجب على المستخدمين الامتثال للقوانين واللوائح المحلية ويجب ألا يستخدموها لأغراض غير قانونية.