-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
41 lines (31 loc) · 1.03 KB
/
challenge.yml
File metadata and controls
41 lines (31 loc) · 1.03 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
# Required sections
name: "We love backup"
author: "skilo"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Cryptanalyse"
# Markdown friendly
description: |-
Tiens, tu veux tester mon site web ? On peut même faire des sauvegardes !
> ⚠️ Attention : le script final peut prendre 5-10 minutes à trouver la solution ; je te conseille donc de tester en local (utilise le Dockerfile) et de run en remote uniquement quand ton script fonctionne en local.
Auteur : [skilo](https://skilo.sh)
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 6
minimum: 100
flags:
- NBCTF{8f478bf110f46499}
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Difficile
# Can be removed if unused
files:
- dist/we-love-backup.zip
connection_info: deploy
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"