-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchallenge.yaml
45 lines (42 loc) · 953 Bytes
/
challenge.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: shelly
author: kpdfgo
description: |-
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
sally sells seashells by the seashore
`{{ nc }}`
provide:
- bin/chall
flag:
file: bin/flag.txt
containers:
main:
build: bin
replicas: 2
ports:
- 5000
k8s:
container:
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- all
add:
- chown
- setuid
- setgid
- sys_admin
- mknod
metadata:
annotations:
container.apparmor.security.beta.kubernetes.io/main: unconfined
expose:
main:
- target: 5000
tcp: 31365