# **CVE-2023-37635 - Exploitation Guide**
## **Installation & Setup**
### **1️⃣ Install Dependencies**
```bash
pip install -r requirements.txt
```
### **2️⃣ Run the Exploit**
- **With a proxy:**
```bash
python brutForc.py <URL>
```
- **Without a proxy:**
```bash
python brutForc.py -n <URL>
```
## **Notes:**
- Replace `<URL>` with the target URL.
- The `-n` flag disables proxy usage.
⚠️ **Disclaimer**: This script is intended for educational and authorized security testing purposes only. Unauthorized use is illegal.
[4.0K] /data/pocs/01e6e22ecea23d806e751015fb661e6c383a5b9b
├── [ 790] brutForc.py
├── [ 379] My_passwords.txt
├── [ 550] README.md
├── [ 258] requirements.txt
├── [2.2K] utils.py
└── [1.6K] uvdesk.py
0 directories, 6 files