由 Xint 驱动的 React2Shell 扫描器。
ReactGuard 为支持 React Server Components 的框架提供针对 CVE-2025-55182 (React2Shell) 的框架检测与漏洞检测工具。 它还包含针对 CVE-2025-55183、CVE-2025-55184 和 CVE-2025-67779 的检测器。
pip install git+https://github.com/theori-io/reactguard.git
reactguard http://host:port/ # Framework + vulnerability detection in one step
# Options
--json # emit machine-readable JSON
--ignore-ssl-errors # skip TLS verification
from reactguard import ReactGuard
with ReactGuard() as rg:
scan = rg.scan("https://xint.io/")
print(scan)