-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
44 lines (34 loc) · 908 Bytes
/
challenge.yml
File metadata and controls
44 lines (34 loc) · 908 Bytes
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
# Required sections
name: Geoguessr
author: Shynif
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Pwn ; Reverse ; Steganographie ; Web
category: Osint
# Markdown friendly
description: |-
Agent, vous devez trouver le nom de la ville qu'à pris en photo notre espion ~~en vacances~~ en mission !
Format du flag : `NBCTF{<Nom_De_La_Ville>}`
Exemple : `NBCTF{Paris}`
Auteur : Shynif
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 5
minimum: 100
flags:
- NBCTF{Palerme}
- NBCTF{Palermo}
# 1er tag (difficulté) : Introduction; Facile; Moyen; Difficile
# autres tags : indices
tags:
- Facile
- GeoINT
# Supprimer 'files' si aucun fichier à mettre sur le CTFd
files:
- dist/geoguessr.html
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"