-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfbctf_levels.json
128 lines (128 loc) · 5.99 KB
/
fbctf_levels.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"levels": [
{
"type": "flag",
"title": "Find Me",
"active": true,
"description": "Help me find a a place I can call home.\n\nFlag Format: flag{.......} #NoSpaces\n\nAfter here head on to Somalia",
"entity_iso_code": "KE",
"category": "LEVEL1: TEST",
"points": 100,
"bonus": 0,
"bonus_dec": 10,
"bonus_fix": 5,
"flag": "flag{NationalYouthUnion}",
"hint": "Google is your friend",
"penalty": 0,
"links": [],
"attachments": [
{
"filename": "findme1_c618900bed1295f7d40542cadeb5db83.jpg",
"type": "image\/jpeg"
}
]
},
{
"type": "flag",
"title": "Bad Reputation",
"active": true,
"description": "Thank you for finding my home, but there are some rumors here at home that someone in the online real, who used to stay here is damaging our reputation.\n\nI just got his first and last name (Alshabab Alwatani), Kindly help me track his current location.\n\nFlag Format: flag{....-....} #NoSpaces",
"entity_iso_code": "SO",
"category": "Level2: Copyright",
"points": 150,
"bonus": 0,
"bonus_dec": 10,
"bonus_fix": 15,
"flag": "flag{Allentown-Pennsylvania}",
"hint": "Hmmmmm, you are my pipl",
"penalty": 0,
"links": [],
"attachments": []
},
{
"type": "flag",
"title": "Tracking",
"active": true,
"description": "So we found his current location, I have a mission now... One goal, one aim.. Tracking him down....\n\nA little mouse informed me that he loves \"SEA FOOD\"!! yeah.. ohhhh and he loves science too, check out the \"Da Vinci Science Center\".\n\nBeware of your surrounding, we need to find him when he is distracted.\n\nFlag Format: flag{.....-.-....-...-...-....} #Nospaces \n#All lowercase",
"entity_iso_code": "US",
"category": "Level3: Mapping",
"points": 250,
"bonus": 10,
"bonus_dec": 10,
"bonus_fix": 20,
"flag": "flag{henry-s-salt-of-the-sea}",
"hint": "Traveled from Somalia to USA, good job... but do you are a tourist.. get familiar with the ground.",
"penalty": 0,
"links": [],
"attachments": []
},
{
"type": "flag",
"title": "Like Father Like Son",
"active": true,
"description": "So we found his favorite restaurant, but we missed him.... I got the little mouse to talk again, he had a past the dad is a CEO of some corporation ... that produces dairy products.. but before that he used to own another company that produced dairy and non dairy products... I guess we will track down his family then.. You know what to do young soldier!!\n\nDon't worry leave the dirty work for me... and pass by here southseasfoods dot com at port 80 and pick me up some sea food!!\n\nHurry up young soldier and find me the Dad, I hear he loves to tweet alot.\n\nFlag Format: flag{@.........}\n\n",
"entity_iso_code": "GL",
"category": "Level4: Pivoting",
"points": 300,
"bonus": 40,
"bonus_dec": 10,
"bonus_fix": 50,
"flag": "flag{@zednammari}",
"hint": "Archives hold so much data!!",
"penalty": 10,
"links": [],
"attachments": []
},
{
"type": "flag",
"title": "Friendships",
"active": true,
"description": "So I guess you found the dad, but also you noticed that he was active for a period of like a year, you also found the company he was a CEO to... It seems like the dad is a dead end.... let me go make our little mouse squeak, meanwhile go check if the dad had any friends, co-workers or connections at the corp, and see if they will bear any fruits.\n\nFlag Format: flag{L.....}",
"entity_iso_code": "NI",
"category": "Level5: Dead Ends",
"points": 700,
"bonus": 80,
"bonus_dec": 10,
"bonus_fix": 100,
"flag": "flag{Lavish}",
"hint": "What you seek is just right infront of you, some scrolling, typing and boom !!",
"penalty": 0,
"links": [],
"attachments": []
},
{
"type": "flag",
"title": "Seeking Justice",
"active": true,
"description": "So I guess you found the dad's friend!! I can smell blood, the end of our mission is almost here ... The mouse broke, Lavish went to a new business Beverages so called drinklavish... The little mouse said he saw our target chatting around \"LavishGrindENT\" he so called it...\n\nFind him, give me his first and last name... and leave the rest to me.\n\nFlag Format: flag{....-.....} #Nospaces",
"entity_iso_code": "PT",
"category": "Level6: They Always Break",
"points": 1500,
"bonus": 140,
"bonus_dec": 10,
"bonus_fix": 150,
"flag": "flag{Jay-Ohso}",
"hint": "Little Mouse Added that he is a Detroit Rapper, Entrepreneur, and Model.",
"penalty": 50,
"links": [],
"attachments": []
},
{
"type": "flag",
"title": "Example",
"active": true,
"description": "are you a pwner or from Pwn3rs?\n\nFlag Format: flag{.....}",
"entity_iso_code": "RU",
"category": "Try IT",
"points": 0,
"bonus": 0,
"bonus_dec": 10,
"bonus_fix": 0,
"flag": "flag{Pwn3rs}",
"hint": "Group Name",
"penalty": 0,
"links": [],
"attachments": []
}
]
}