-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
49 lines (38 loc) · 1.43 KB
/
challenge.yml
File metadata and controls
49 lines (38 loc) · 1.43 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
45
46
47
48
49
name: "Under the sea 1/2"
author: "Philippe_Katerine"
category: "Osint"
# Markdown friendly
description: |-
Emaoc'h o klask div vag e-kichen Enez-Groe. An daou a zo bet beuzet abaoe 1917, an eil ur sizhunvezh goude an hini kentañ. Vous devez trouver le nom des deux bateaux, leur identifiant unique (format FR XXXXXXXXXX XXXXX) l'orientation (i.e : 130/20) du premier et le nombre de tonneaux du second. Je vous préviens, va pas falloir SHomer pour réussir le challenge... Flag tout en majuscule. NBCTF{nompremierbateau_idunique_orientation_nomsecondbateau_idunique_nombretonneaux}
Exemple : NBCTF{MARGE_FR952800811281853_130/20_HOMER_FR000844321168801_15}
Auteur : Philippe_Katerine
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 30
minimum: 100
flags:
- NBCTF{TASSO_FR000000138500001_270/90_TAPIR_FR000012804600001_200}
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Facile
# Facile mais sans GPT : moyen/difficile
# donc dur de définir la difficulté, peut être plus un chall pour la finale ?
# Can be removed if unused
files:
- dist/bateau.jpg
# Can be removed if unused
# hints:
# - {
# content: "This hint costs points",
# cost: 10
# }
# - This hint is free
# # Can be removed if unused
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"