Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
React2Shell-CVE-2025-55182 — 一个用于 React2Shell 漏洞的 HackIndex.io 沙箱环境。 | Kitploit
工具/GitHubGitHub/hackindex-io/react2shell-cve-2025-55182
容器安全漏洞分析Web应用程序漏洞利用渗透测试学习与教育实验室与实践
GitHubhackindex-io/react2shell-cve-2025-55182

React2Shell-CVE-2025-55182

一个用于 React2Shell 漏洞的 HackIndex.io 沙箱环境。

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
7个月前尚未审核

HackIndex.IO - React2Shell - CVE-2025-55182 + CVE-2025-66478

用于 React2Shell 漏洞的 HackIndex.io 沙箱环境。 这将在 3000 端口启动一个 Web 应用,并在 2222 端口启动一个 SSH 服务器。

启动环境

root@kitploit:~
docker compose up --build --force-recreate

SSH Web 管理员(端口 2222)

  • webadmin - TrainingPassword123!
root@kitploit:~
ssh [email protected] -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null

移除所有容器

root@kitploit:~
docker compose down -v

缓解问题

root@kitploit:~
cd /app # Change to the web app directory
npm audit # Check for issues
supervisorctl stop next # Stop the web app
npm audit fix --force # Fix the security issues
npm run build # Rebuild the web app
supervisorctl start next # Start the web app
下载工具