-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
44 lines (44 loc) · 1.16 KB
/
Copy pathchallenge.yml
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
name: "name"
author: "author"
# DO NOT CHANGE
category: {{category}}
description: |
This is a sample description,
with multiple lines
attribution: Written by [author](https://ctfd.io)
# {{warmup}}/{{easy}}/{{medium}}/{{hard}}/{{tough}}
value: {{difficulty}}
type: standard
# for challenges accessible from the browser
protocol: http
# info on how to connect to a challenge, use {{port}} for port, and {{host}} for host
# for WEB challenges with http access set to {{url}}
# remove if not needed
connection_info: nc {{host}} {{port}}
# remove if unused
flags:
# A static case sensitive flag
- 1ng3neer2k25{3xampl3}
# A static case insensitive flag
- {
type: "static",
content: "1ng3neer2k25{wat}",
data: "case_insensitive",
}
# difficulty, author, category ARE MANDATORY may be other things you see fit
tags:
# One of: warmup/easy/medium/hard/tough
- difficulty
# this is to know which challenge was made by which author
- author
# DO NOT CHANGE
- {{category}}
# Can be removed if unused
hints:
- {
content: "This hint costs points",
cost: 10
}
- This hint is free
state: hidden
version: "0.1"