Share
## https://sploitus.com/exploit?id=8FC1D1C0-D003-5E21-BD66-B1AF88F7C2A6
This tool tests whether a target PAN-OS device is vulnerable to the CVE-2025-0108 authentication bypass vulnerability . It sends a crafted HTTP request to the target and analyzes the response to determine if the device is exploitable.

### Usage
single ip
``` code
python auth_bypass_cve_2025_0108.py -u https://target-url.com
```
Multiple ip
```
python auth_bypass_cve_2025_0108.py -f urls.txt
```