-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.yml
46 lines (42 loc) · 1.09 KB
/
challenge.yml
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
46
name: accountleak
author: vninja007
description: |-
Uncrackable password? I thought this was a CTF; get me my friends minecraft password pls <3
`{{ nc }}`
flag:
file: bin/flag.txt
provide:
- ./bin/server.py
containers:
main:
build: bin
replicas: 1
ports:
- 5000
environment:
JAIL_TIME: "180"
resources:
limits:
cpu: 1000m
requests:
cpu: 500m
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: 31601