## https://sploitus.com/exploit?id=F72ABB27-CB4D-55EE-8B50-4706CE3B269E
# CVE-2025-24752-POC
## Introduction
This python application checks whether a site is vulnerable to CVE-2025-24752.
## Install
Clone this repo and run:
```
pip3 install -r requirements.txt
```
## Usage
```
python3 cve-2025-24752.py --url http://example.com
```
or
```
python3 cve-2025-24752.py --urls-file urls.txt
```