-
Notifications
You must be signed in to change notification settings - Fork 4
/
challenge.json
40 lines (40 loc) · 1.43 KB
/
challenge.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
{
"title": "!phishing",
"description": "I created this amazing website that does absolutely nothing (unless you're an admin :P).\nIt only accepts registering with a `@fakemail.olicyber.it`, luckily you can request one as well!\n\nNote: the administrator followed a training against phishing, so it will only click on links coming from the official platform email!\n\nNote: don't waste time on the fakemail service, it was only created for fake emails, it is not the core of the challenge.\n\nChallenge: [http://not-phishing.challs.external.open.ecsc2024.it:38100](http://not-phishing.challs.external.open.ecsc2024.it:38100)\n\nFakemail: [http://not-phishing-fakemail.challs.external.open.ecsc2024.it:38101](http://not-phishing-fakemail.challs.external.open.ecsc2024.it:38101)",
"authors": [
"Aleandro Prudenzano <@drw0if>"
],
"tags": [
"web"
],
"hiddenTags": [],
"order": 32,
"flags": [
"^flag\\{0n3_cl1ck_4cc0un7_74k30v3r_r34lly_f0und_1n_7h3_w1ld_6d805119\\}$"
],
"scoring": {
"type": "dynamic",
"start": 500,
"stop": 50,
"decay": "50%"
},
"files": [
{
"name": "not_phishing.zip",
"type": "upload",
"path": "./attachments/not_phishing.zip",
"dynamic": false
}
],
"hints": [],
"endpoint": {
"type": "http",
"url": "http://not-phishing.challs.external.open.ecsc2024.it:38100/"
},
"checker": {
"enabled": true,
"config": {
"timeout": 30
}
}
}