
CVE-2025-55182-scanner with 2 different method
This tool is a non-intrusive security detection script designed to identify exposed React Server Components (RSC) surfaces and verify crash-based vulnerability behavior related to:
It is intended for defensive security testing, WAF validation, and application hardening workflows.
This script does not perform exploitation or command execution. It strictly performs detection and classification.
http://https://Each target is evaluated using two independent mechanisms.
A target is marked as EXPOSED if any of the following is observed:
Content-Type: text/x-component responseIf the server returns:
If none of the above are observed → marked as SAFE
A serialized multipart payload is sent to the target to evaluate server-side crash behavior.
Results are classified as:
This probe is executed regardless of surface detection outcome to avoid false negatives.
For each target, the script prints:
[EXPOSED][SUSPICIOUS][SAFE][VULNERABLE][UNKNOWN][NOT VULNERABLE]No external dependencies are required.
Make the script executable:
chmod +x rsc_detect.sh
./rsc_detect.sh -u example.com
./rsc_detect.sh -u https://example.com
./rsc_detect.sh -l domains.txt
./rsc_detect.sh -l domains.txt -p http://127.0.0.1:8080
./rsc_detect.sh -l domains.txt -k
./rsc_detect.sh -l domains.txt --timeout 15