-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
42 lines (32 loc) · 893 Bytes
/
challenge.yml
File metadata and controls
42 lines (32 loc) · 893 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
# Required sections
name: "Tick Tok"
author: "tristanous"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Cryptanalyse"
# Markdown friendly
description: |-
Ce service a l’air d’aimer prendre son temps et il a bien raison ZZzzzz
Format du flag : `NBCTF{...}`
Auteur : [tristanous](https://tristanous.fr/)
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 6
minimum: 100
connection_info: deploy
flags:
- NBCTF{comme_quoi_c_est_beaucoup_3_milliemes}
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Facile
- Oracle
# Can be removed if unused
files:
- dist/server.py
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"