forked from o-o-overflow/dc2020q-mooodem-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yml
64 lines (51 loc) · 2.43 KB
/
info.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Info for the schoreboard
service_name: "mooodem"
description: "Relive the good old days. Dust off your old Bell202 modems and dial in. (48kHz FP 8N1)"
tags:
- reversing
- pwn
violates_flag_format: false # if this is not "true", the flag is verfied against the flag format
# At some point we may start blocking all egress connections. Set this to True if your service needs them. DO NOT RELY ON THIS FOR BLOCKING THOUGH.
allow_egress: False
flag: "OOO{AYH3Xn4qAeZDl3McORnINdiY8yaoow7bbq/DcrQv4DQ=}"
copy_flag_using_build_arg: True # if true it will pass in the variable THE_FLAG with the flag value above using --build-arg when service is built
# Type can be normal or king_of_the_hill
type: normal
# This is the number of concurrent connections that a container should be able to handle.
# This will be tested by the test script
concurrent_connections: 8
authors:
- mborgerson
#
# Directories below the next two are absolute in either the `service` or `interaction` docker container.
#
# These are the files that will be "public" to the teams via the scoreboard.
# The paths are relative to the repository
# They are published manually. IF YOU CHANGE THEM DURING THE GAME YELL!
# public_files:
# - service/src/bbs/bbs.com
# Test scripts are heavily encouraged.
# All scripts should exit 0 if nothing went wrong.
# Scripts are automatically determined to be exploit scripts if they start with the word "exploit".
# Exploit scripts must output the flag using "FLAG: <FLAG>" and exit with 0 if the flag was captured correctly.
# The paths are absolute in the `interaction` docker container.
interactions:
- /check1.py
- /exploit1.py
# This is how players will connect to your service
# REMOVE THIS IF YOUR SERVICE HAS NO NETWORK COMPONENT
# In the rare case that 'default' and 'guess' are not OK, you can specify your own values
# chalmanger will automatically add connection info to the public page (unless you add hidden: true)
game_network_info:
host: default
port: guess
# It's strongly suggested to have a healthcheck regex
# The infrastructure will periodically connect and alert if it doesn't match anymore
#
# Example: healthcheck_tcp: awesome chall
# healthcheck_tcp_send: some intial command
# Example: healthcheck_http: Author Login
#
# It's not actually read from the info.yml, but be ready to give it to Sean (/Jacopo/Yan/...)
# It will go in inventory/group_vars/all ([email protected]:o-o-overflow/dc2020q-infra)
# healthcheck_tcp: Hello