Share
## https://sploitus.com/exploit?id=7D47D73F-F6D1-58FF-8D8F-B4D1F8B7895A
# ZeroToShell-50 ๐Ÿš€

> A highly curated, containerized training ground featuring **50 Modern Remote Code Execution (RCE) Environments** spanning **2024 to 2026**.

`ZeroToShell-50` is a hands-on laboratory designed for security researchers, penetration testers, and application security engineers. While traditional vulnerability repositories span decades of legacy flaws, this project focuses exclusively on the modern attack surface: cloud-native architectures, prototype pollution in modern JS runtimes, AI agent framework injections, and cutting-edge enterprise supply-chain failures.

Each lab is engineered to be **deterministic, isolated, and completely self-contained** via Docker Compose, bridging the gap between raw vulnerability discovery and weaponized local exploitation.

---

## ๐Ÿ—๏ธ Repository Architecture

Every vulnerability in this repository follows a strict structural blueprint to ensure clean deployment and deep academic readability:

```text
ZeroToShell-50/
โ”œโ”€โ”€ .github/                 # CI/CD verification workflows
โ”œโ”€โ”€ labs/
โ”‚   โ””โ”€โ”€ [CVE-ID-Name]/       # Target Lab Identifier
โ”‚       โ”œโ”€โ”€ app/             # Raw application source / code configurations
โ”‚       โ”œโ”€โ”€ exploit/         # Exploit automation & helper tools
โ”‚       โ”œโ”€โ”€ Dockerfile       # Pinning precise vulnerable layers
โ”‚       โ”œโ”€โ”€ docker-compose.yml
โ”‚       โ””โ”€โ”€ README.md        # Lab-specific Root Cause Analysis (RCA)
โ””โ”€โ”€ README.md                # Master index and project roadmap