Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 456 Bytes

File metadata and controls

19 lines (15 loc) · 456 Bytes

Can You Keep A Secret?

The victim pod is for operating etcd on Kubernetes cluster.
Flag is in secret in kube-system namespace.

$ kubens can-you-keep-a-secret
❯ kubectl get pods
NAME                      READY   STATUS    RESTARTS   AGE
victim-56958dffc6-8chjx   1/1     Running   0          27m
❯ kubectl exec -it victim-56958dffc6-8chjx sh
/ #
Hint 1 Network namespace is not isolated.