
ReactGuard CVE-2025-55182 (React2Shell) के लिए फ्रेमवर्क और भेद्यता-पहचान उपकरण प्रदान करता है
React2Shell स्कैनर Xint द्वारा संचालित।
ReactGuard फ्रेमवर्क और कमजोरी-पहचान उपकरण प्रदान करता है CVE-2025-55182 (React2Shell) के लिए, उन फ्रेमवर्कों में जो React Server Components का समर्थन करते हैं। इसमें 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)