diff options
Diffstat (limited to 'punkctf/k8s_01.md')
-rw-r--r-- | punkctf/k8s_01.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/punkctf/k8s_01.md b/punkctf/k8s_01.md new file mode 100644 index 0000000..e2e4c55 --- /dev/null +++ b/punkctf/k8s_01.md @@ -0,0 +1,3 @@ +There's a secret in the default namespace, which you can list then get with `kubectl get secret -o yaml`. + +After base64 decoding it, you get `punk_{Q53O2RDC1W7VTIWY}` |