-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
43 lines (35 loc) · 1.21 KB
/
challenge.yml
File metadata and controls
43 lines (35 loc) · 1.21 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
# Required sections
name: "Un registre décentralisé"
author: "zkBolo"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Web3"
# Markdown friendly
description: |-
Un collègue vous a transmis une suite hexadécimale mystérieuse : 0x2bFf2Eb52d5556c07C9ac3f85314581a5499F294.
D'après lui, cette suite devrait vous permettre de retrouver le flag. Il a également indiqué de chercher sur Nefolia...ou Sepolia. Saurez-vous retrouver ce flag ?
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 30
minimum: 100
flags:
- NBCTF{la_blockchain_est_transparente}
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Introduction
- Premier pas
- Foundry
# Can be removed if unused
hints:
- {
content: "Les transactions réalisées sur la blockchain sont enregistrées dans des blocks. Il est possible de les explorer via des ressources gratuites disponibles en ligne",
cost: 10
}
# - This hint is free
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"