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

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

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

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

工具目录

分类

查看所有分类
Loading categories
reactguard — ReactGuard 为 CVE-2025-55182 (React2Shell) 提供框架与漏洞检测工具。 | Kitploit
工具/GitHubGitHub/theori-io/reactguard
静态分析漏洞扫描器代码分析Web应用程序漏洞利用Web安全渗透测试
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 server actions、React Router server actions 和通用 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)
下载工具