
ReactGuard는 CVE-2025-55182(React2Shell)에 대한 프레임워크 및 취약점 탐지 도구를 제공합니다.
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)