Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 675 Bytes

File metadata and controls

35 lines (23 loc) · 675 Bytes

Vulnerable Kubernetes Deployments

For learning, researching, testing and [ evaluating | evading ] Kubernetes security tools. This project is inspired by Vulhub but uses Kubernetes deployments instead of Docker Compose services.

Quick Start

Deploy a vulnerable pgAdmin:

k apply -f python/pgadmin/CVE-2023-5002/all.yaml
k port-forward -n pgadmin-cve-2023-5002 svc/pgadmin 5050:5050

Open http://localhost:5050 in your web browser to access pgAdmin console.

Uninstall pgAdmin with:

k delete -f python/pgadmin/CVE-2023-5002/all.yaml

Contributing

At your own risk!

License

TBD