
检查您的端点是否可能受到 CVE-2025-55182 的影响。
pip install requests
# Single target
$ python3 react2shell-test.py -u https://app.example.com
# Multiple targets from file
$ python3 react2shell-test.py -l targets.txt
# With options
$ python3 react2shell-test.py -l targets.txt -t 20 --timeout 5 -o results.csv
| 标志 | 描述 |
|---|---|
-u, --url | 单个目标URL |
-l, --list | 包含URL的文件(每行一个) |
[+] 安全[i] 警告(可能易受攻击)[-] 暴露/错误