Share
## https://sploitus.com/exploit?id=D6E83359-BA4C-5FE6-9647-86C2653A0312
# Portainer CVE-2024-29296 Proof of Concept Script

## Requirements
```bash
python3 -m venv venv; source venv/bin/activate
pip install -r requirements.txt
Add usernames to usernames.txt
```

## Usage

```bash
python3 main.py
> Enter Target URL:
> Enter Username List: 
```

## Credits

Reported by:
- https://github.com/ThaySolis/CVE-2024-29296