## https://sploitus.com/exploit?id=95E26765-3DCB-54D6-A549-4C6DB43AFE95
# CVE-2025-55182 Surface Scanner
A lightweight, non-intrusive Python tool designed to detect **React Server Components (RSC)** endpoints that may be exposed to **CVE-2025-55182**.
> **Disclaimer:** This tool does **not** exploit the vulnerability. It only checks if the server is accepting RSC payloads and attempting to process them (Surface Detection).
## ๐ Usage
python3 cve_2025_55182_scanner.py -u http://localhost:3000
python3 cve_2025_55182_scanner.py -l urls.txt -o results.csv
### Prerequisites
```bash
pip install -r requirements.txt