## 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