Share
## https://sploitus.com/exploit?id=180C5058-C4D9-53AE-811C-C1E3DCE25B08
# **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.