Share
## https://sploitus.com/exploit?id=416F0AEF-EAE7-5CDC-A6A8-AF85737BE11D
# โšก CVE-2025-55182 โ€“ Advanced Auto Exploit Toolkit  
### Precision Engineered Automated Exploitation Framework with 20+ Payload Variants, Cloudflare Bypass, and Interactive RCE Shell

![status](https://img.shields.io/badge/status-active-brightgreen?style=for-the-badge)
![python](https://img.shields.io/badge/python-3.8%2B-blue?style=for-the-badge)
![license](https://img.shields.io/badge/license-MIT-purple?style=for-the-badge)
![security](https://img.shields.io/badge/security-research-red?style=for-the-badge)
![pull-requests](https://img.shields.io/badge/PRs-welcome-orange?style=for-the-badge)

---

## โœจ Key Features

| Category | Highlights |
|---------|------------|
| Exploitation Engine | 20+ payload variants, automatic fallback, multi-stage attack chains |
| WAF/Cloudflare Bypass | Randomized headers, obfuscated payloads, signature evasion |
| Recon & Discovery | Smart crawler, fuzzer, domain normalizer |
| Adaptive Logic | Dynamic delay, randomized encoding |
| RCE Shell | Command execution, upload, env info |
| Reporting | JSON logs, endpoint tracking |

---

## Architecture (ASCII)

```
                Target URL
                    โ”‚
       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
       โ–ผ                         โ–ผ
 Recon Engine           Payload Generator
       โ”‚                         โ”‚
       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                    โ–ผ
           Exploit Delivery Core
                    โ”‚
       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
       โ–ผ                         โ–ผ
 Successful Exploit      WAF Block โ†’ Retry
       โ”‚
       โ–ผ
    RCE Shell
       โ”‚
       โ–ผ
  Reporting Engine
```

---

## ๐Ÿงฉ Project Structure

```
auto_exploit.py
payloads/
output/
shell/
```

---

## Installation

```bash
git clone https://github.com/hadipra5/CVE-2025-55182-Advanced-Auto-Exploit-Toolkit.git
cd cve-2025-55182-auto-exploit
pip install -r requirements.txt
```

---

## Usage

```bash
python3 auto_exploit.py https://target.com
python3 auto_exploit.py https://target.com/api/v1/upload
python3 auto_exploit.py https://target.com --json out.json
python3 auto_exploit.py https://target.com --debug
```

---

## Example Output

```json
{
  "target": "https://victim.com",
  "vulnerable": true,
  "shell_url": "https://victim.com/cache/.sys_x92.php",
  "successful_payloads": [
    {
      "variant": "OBFUSCATED_B64_09",
      "status": 200,
      "endpoint": "/api/v1/convert",
      "evidence": "Command execution confirmed"
    }
  ]
}
```

---

## Legal Disclaimer

Educational & authorized penetration testing only.

---

## Roadmap

- Plugin modules  
- Async engine  
- ML anomaly detection  
- Web dashboard  

---

## Contributing

PRs welcome!