-
Notifications
You must be signed in to change notification settings - Fork 39
/
challenge.yml
executable file
·60 lines (54 loc) · 1.6 KB
/
challenge.yml
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
version: "0.1"
id: back-on-the-rails
name: (back) On the rails
category: OSINT
description: |
We intercepted further communications between the two. This text was sent shortly before we lost track of one of the suspects, with an image attached. Can you work out what they're talking about?
*Okay, please promise not to judge me, but I might have ended up catching the wrong train again. Though I think I'm still in Australia this time (at least it isn't like that time in Norway LOL). I managed to snap a picture before we went past this station… you have any ideas where I might be?*
Please tell us the name of the station, with any spaces replaced by underscores.
Author: xXl33t_h@x0rXx
tags:
- easy
files:
- ./challenge/image.png
flags:
- {
type: "static",
content: "DUCTF{general_motors_train_station}",
data: "case_insensitive",
}
- {
type: "static",
content: "DUCTF{general_motors}",
data: "case_insensitive",
}
- {
type: "static",
content: "DUCTF{general_motors_railway_station}",
data: "case_insensitive",
}
- {
type: "static",
content: "DUCTF{general_motors_station}",
data: "case_insensitive",
}
- {
type: "static",
content: "general_motors_train_station",
data: "case_insensitive",
}
- {
type: "static",
content: "general_motors",
data: "case_insensitive",
}
- {
type: "static",
content: "general_motors_railway_station",
data: "case_insensitive",
}
- {
type: "static",
content: "general_motors_station",
data: "case_insensitive",
}