14 lines
576 B
YAML
14 lines
576 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ctf-flags
|
|
namespace: ctf
|
|
type: Opaque
|
|
stringData:
|
|
# entrypoint.sh in each image writes $FLAG to the flag file the challenge reads.
|
|
chal1-flag: "CTF{pyth0n_sst1_1nj3ct10n_rul3z}" # Second Track
|
|
chal2-flag: "CTF{sst1_w1th_f1lt3rs_m4d3_1t_s3cur3}" # Second Track Aftermath
|
|
chal3-flag: "CTF{sst1_n0_c0mm4nd_3x3cuti0n_just_r34d}" # Second Track Reborn
|
|
chal4-flag: "CTF{lf1_php_s3ss10n_p01s0n1ng}" # Big Software Foundation
|
|
chal5-flag: "CTF{xss_m4d3_34s13r_w1th_pupp3t33r}" # Elf's Blog
|