-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
63 lines (48 loc) · 1.78 KB
/
challenge.yml
File metadata and controls
63 lines (48 loc) · 1.78 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
61
62
63
name: "Who's the strongest ?"
author: "Math-X"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Web"
# Markdown friendly
description: |-
Your weeb friend decided to become a web developer and followed a YouTube tutorial to create his very first website : a platform where fans of his favorite anime can vote for the strongest character in the verse.
He wanted to do things by the book, so he made sure to follow every “best practice” he could find on online forums (code management, deployment, and all that)!
However, he ran into a few issues during development… but don’t worry — he assures you he deleted all the problematic files.
Flag format : NBCTF{FLAG}
Author : Math-X
# 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: https://deploy.nobrackets.fr
# # Can be removed if unused
# attempts: 5
flags:
- NBCTF{GG_7u_3s_l3_GI7_m4s73r_g04t}
# 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/scd.zip
# 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"