
Proof-of-concept exploit for CVE-2025-52970, allowing security researchers to test single or multiple target URLs for the vulnerability.
python POC-CVE-2025-52970.py -h
usage: POC-CVE-2025-52970.py [-h] (-t TARGET | -l LIST)
options:
-h, --help show this help message and exit
-t, --target TARGET Single target URL (e.g., https://xx.xx.xx.xx)
-l, --list LIST Path to file containing target URLs, one per line
python CVE-2025-52970.py -t https://192.168.100.102
