
ReactGuard fornisce strumentazione per il rilevamento di framework e vulnerabilità per CVE-2025-55182 (React2Shell)
Scanner React2Shell basato su Xint.
ReactGuard fornisce strumenti di rilevamento di framework e vulnerabilità per CVE-2025-55182 (React2Shell) in framework che supportano React Server Components. Include anche rilevatori per CVE-2025-55183, CVE-2025-55184 e 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)