-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
60 lines (46 loc) · 1.4 KB
/
challenge.yml
File metadata and controls
60 lines (46 loc) · 1.4 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
50
51
52
53
54
55
56
57
58
59
60
# Required sections
name: "Mysterious Tract"
author: "blackxut_"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Steganographie"
# Markdown friendly
description: |-
En ce moment, il y a beaucoup de tracts déposées dans la rue. Vous décidez d'en prendre un au hasard et tomber sur une énigme assez complexe...
Format du flag : `NBCTF{...}`
Auteur : blackxut_
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 30
minimum: 100
# Can be removed if unused
# nc challenges.nobrackets.fr <port> | http://challenges.nobrackets.fr:<port> | https://deploy.nobrackets.fr (if one instance per team)
# connection_info: http://challenges.nobrackets.fr/
# # Can be removed if unused
# attempts: 5
flags:
- NBCTF{USIN3_C4ST0_ENTR3P0T_NUM3RO_3}
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Moyen
# Facile pour finale, le encodage p1 sera facile pour qualifs
# Can be removed if unused
files:
- dist/tract.png
# Can be removed if unused
# hints:
# - {
# content: "This hint costs points",
# cost: 10
# }
# - This hint is free
# # Can be removed if unused
# requirements:
# - Challenge 1/2
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"