my-homelab-configs/apps/security-lab
juvdiaz 5c8b983666 Add internal security lab app 2026-06-29 15:02:53 -06:00
..
README.md Add internal security lab app 2026-06-29 15:02:53 -06:00
juice-shop.yaml Add internal security lab app 2026-06-29 15:02:53 -06:00
kustomization.yaml Add internal security lab app 2026-06-29 15:02:53 -06:00
namespace.yaml Add internal security lab app 2026-06-29 15:02:53 -06:00
network-policy.yaml Add internal security lab app 2026-06-29 15:02:53 -06:00
webgoat.yaml Add internal security lab app 2026-06-29 15:02:53 -06:00

README.md

Security Lab

This namespace contains intentionally vulnerable applications for defensive testing practice. It is not exposed through Traefik or the public edge.

Use port-forwarding from the Debian host:

kubectl -n security-lab port-forward svc/juice-shop 3000:3000
kubectl -n security-lab port-forward svc/webgoat 8080:8080

Then point ZAP, nuclei, or a browser at http://127.0.0.1:3000 or http://127.0.0.1:8080.

Keep this namespace isolated. Do not add public ingress for these workloads.