-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.yml
More file actions
42 lines (33 loc) · 962 Bytes
/
challenge.yml
File metadata and controls
42 lines (33 loc) · 962 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: "f0ll0w_th3_tcp_fl0w"
author: "Zlippy"
# Cryptanalyse ; Forensic ; Hardware ; Misc ; Osint ; Programmation ; Pwn ; Reseau ; Reverse ; Steganographie ; Systeme ; Web
category: "Forensic"
# Markdown friendly
description: |
Une communication réseau a été interceptée.
Votre tâche est d'analyser scrupuleusement la capture réseau pour tenter d'accéder aux ressources cachées.
Prenez le temps, soyez attentifs.
Tic, Toc, Tic, Toc...
Format du flag : NBCTF{}
Author: Zlippy
# Do not touch
value: 500
type: dynamic
extra:
initial: 500
decay: 6
minimum: 100
flags:
- NBCTF{Wh0_Kn0ck3d_4t_My_D0or??}
files:
- dist/capture_de_0uf.pcapng
connection_info: deploy
# Difficulties: Introduction; Facile; Moyen; Difficile; Démon
tags:
- Moyen
# visible | hidden
state: visible
# Specifies what version of the challenge specification was used.
# Subject to change until ctfcli v1.0.0
version: "0.1"