forked from DownUnderCTF/Challenges_2022_Public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctfcli.yaml
56 lines (54 loc) · 1.18 KB
/
ctfcli.yaml
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
version: "0.1"
id: this-takes-me-back
name: This Takes Me Back
category: OSINT
description: |
After a very successful DUCTF 2021, the DUCTF team met up for a few at a Sydney local on the 28th of September to celebrate. We all got kicked out at midnight on-the-dot, what song was playing on Triple J at the time?
Flag format: Song name, no spaces, case insensitive </br>
Flag example: `DUCTF{NeverGonnaGiveYouUp}`
Author: NoSurf#3704
tags:
- easy
flags:
- {
type: "static",
content: "DUCTF{Ain't It Fun}",
data: "case_insensitive"
}
- {
type: "static",
content: "DUCTF{Aint It Fun}",
data: "case_insensitive"
}
- {
type: "static",
content: "DUCTF{Ain'tItFun}",
data: "case_insensitive"
}
- {
type: "static",
content: "DUCTF{AintItFun}",
data: "case_insensitive"
}
- {
type: "static",
content: "Ain'tItFun",
data: "case_insensitive"
}
- {
type: "static",
content: "AintItFun",
data: "case_insensitive"
}
- {
type: "static",
content: "Ain't It Fun",
data: "case_insensitive"
}
- {
type: "static",
content: "Aint It Fun",
data: "case_insensitive"
}
hosting:
type: null