Links
VulHub:
Vulhub is an open-source collection of pre-built, ready-to-use vulnerable Docker environments.
git clone https://github.com/vulhub/vulhub.git
cd vulhub/<target>
docker-compose up -dbWAPP:
bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.
docker run -d -p 8000:80 h0pp/bWAPPCTFd:
CTFd is a Capture The Flag framework focusing on ease of use and customizability.
git clone https://github.com/CTFd/CTFd.git
cd CTFd
docker-compose up -dkCTF:
kCTF is a Kubernetes-based infrastructure for CTF competitions.
Root the box:
Root the Box is a real-time capture the flag (CTF) scoring engine for computer wargames where hackers can practice and learn.
git clone https://github.com/moloch--/RootTheBox
cd RootTheBox
docker-compose up -dKubernetes Goat:
The Kubernetes Goat is designed to be an intentionally vulnerable cluster environment to learn and practice Kubernetes security
git clone https://github.com/madhuakula/kubernetes-goat.git
cd kubernetes-goat
chmod +x setup-kubernetes-goat.sh
bash setup-kubernetes-goat.shCloudGoat:
CloudGoat is Rhino Security Labs’ “Vulnerable by Design” cloud deployment tool.
git clone https://github.com/madhuakula/kubernetes-goat.git
cd kubernetes-goat
chmod +x setup-kubernetes-goat.sh
bash setup-kubernetes-goat.shTerraGoat:
TerraGoat is Bridgecrew’s “Vulnerable by Design” Terraform repository. TerraGoat is a learning and training project that demonstrates how common configuration errors can find their way into production cloud environments.
git clone https://github.com/bridgecrewio/terragoat
cd terragoat/terraform/aws
terraform init && terraform apply