-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.yml
39 lines (32 loc) · 1 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
# This file represents the base specification of your challenge. It is used by
# other tools to install and deploy your challenge.
# Required sections
name: "Latex"
author: "Dimas"
category: Web
description: |
**Author**: `Dimas`
My first LaTeX website for my math teacher. I hope this will become the best gift for him! :)
value: 0
type: dynamic
extra:
initial: 500
decay: 20
minimum: 100
connection_info: http://ctf.tcp1p.com:52132
# Flags specify answers that your challenge use. You should generally provide
# at least one.
# Can be removed if unused
# Accepts strings or dictionaries
flags:
- TCP1P{bypassing_latex_waf_require_some_latex_knowledge}
# Provide paths to files from the same directory that this file is in
# Accepts strings
files:
- dist.zip
# The state of the challenge.
# This is visible by default. It takes two values: hidden, visible.
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"