-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
464 lines (433 loc) · 20.4 KB
/
index.html
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from 2024.imaginaryctf.org/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Jul 2024 13:35:40 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page - ImaginaryCTF</title>
<meta name="author" content="Et3rnos" />
<link rel="icon" type="image/png" href="img/icon.png" />
<link href="../fonts.googleapis.com/css291c3.css?family=Montserrat&display=swap" rel="stylesheet" />
<link href="../fonts.googleapis.com/css27457.css?family=Josefin+Sans&display=swap" rel="stylesheet" />
<link href="../fonts.googleapis.com/css26488.css?family=Inter&display=swap" rel="stylesheet" />
<link href="../cdn.jsdelivr.net/npm/bootstrap%405.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/site9b0e.css?v=TmtIj6OCL9TvkV5vhTkq0is9AtF-cAcome0l_sQ0TQs" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'../www.googletagmanager.com/gtm5445.html?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MH677SC');</script>
<!-- End Google Tag Manager -->
</head>
<body class="text-center bg-light d-flex flex-column min-vh-100">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="../www.googletagmanager.com/ns30e2.html?id=GTM-MH677SC"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-dark sticky-top p-0 text-center josefin">
<div class="w-100 bg-logo p-2">
<a class="text-decoration-none" href="index.html">
<div class="navbar-brand float-start ms-3">
<img src="img/logo.png" style="filter: invert(1); margin-top: 3px" height="30" class="d-inline-block align-middle logo-img" alt="iCTF">
</div>
<span class="logo-text text-white float-start">ImaginaryCTF 2024</span>
</a>
<div class="float-end me-4">
<div class="hstack gap-4">
<a class="inline-navbar-text text-white float-start text-decoration-none" href="Challenges.html">
<i class="fa-solid fa-trophy me-1"></i>
Challenges
</a>
<span>/</span>
<a class="inline-navbar-text text-white float-start text-decoration-none" href="Leaderboard.html">
<i class="fa-solid fa-crown me-1"></i>
Leaderboard
</a>
<span>/</span>
<a class="text-decoration-none inline-navbar-text text-white float-start text-decoration-none" href="Register.html">
<i class="fa-solid fa-user-plus me-1"></i>
Register
</a>
<span>/</span>
<a class="text-decoration-none inline-navbar-text text-white float-start text-decoration-none" href="Login.html">
<i class="fa-solid fa-sign-in me-1"></i>
Login
</a>
</div>
</div>
<button class="navbar-toggler sidenav-toggler float-end m-1 d-none" type="button">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="menu sidenav bg-darker-smooth" style="transform: translate(100%)">
<ul class="navbar-nav p-2 pl-1 pr-1 big-rounded">
<li class="nav-item menu-item mt-1 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link" href="index.html">Home Page</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
<li class="nav-item menu-item mt-2 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link" href="Challenges.html">Challenges</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
<li class="nav-item menu-item mt-2 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link" href="Leaderboard.html">Leaderboard</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
<li class="nav-item menu-item mt-2 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link" href="Solves.html">Solves</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
<li class="nav-item menu-item mt-2 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link" href="Register.html">Register</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
<li class="nav-item menu-item mt-2 border-bottom border-2 text-nowrap">
<div class="nav-roo-container float-start ms-3">
</div>
<a class="nav-link menu-link d-inline-block" href="Login.html">Login</a>
<div class="nav-roo-container float-end me-3">
</div>
</li>
</ul>
</div>
</nav>
<header>
<div class="pos-rel">
<div class="overflow-hidden">
<img src="img/banner.jpg" class="d-block banner-img" alt="Banner">
<div class="position-absolute header-text text-white text-start bg-dark-smooth p-3 w-75" style="display:none">
<h2 class="mb-2 mt-1 josefin">Welcome to ImaginaryCTF 2024 | <a id="date"></a></h2>
<p class="mb-0 josefin" style="opacity: 0.8"><a class="anchor-link btn btn-outline-light py-0 px-2 rounded-pill" href="Register.html">Register</a> to get started and join our <a class="anchor-link btn btn-outline-light py-0 px-2 rounded-pill" href="../discord.com/invite/vReKWNxPuE.html" target="_blank">Discord</a> server for more updates.</p>
</div>
</div>
</div>
</header>
<script>
var start = new Date('2024-07-19T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
timeZoneName: 'short',
hour: 'numeric',
day: 'numeric',
month: 'long',
});
var end = new Date('2024-07-21T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
day: 'numeric',
});
var date = start.replace(' at', `-${end},`);
document.getElementById("date").innerText = date
</script>
<div class="bg-lighter-gray">
<div class="container py-4">
<!-- <h1>About</h1> -->
<!-- <hr /> -->
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">About</h5>
<p class="card-text">ImaginaryCTF 2024 is a cybersecurity <a class="gray-text text-decoration-none cool-link" href="../ctftime.org/ctf-wtf/index.html" target="_blank">CTF competition</a> run by <a class="gray-text text-decoration-none cool-link" href="../imaginaryctf.org/index.html" target="_blank">ImaginaryCTF</a> with a variety of challenges for all skill levels. It runs from July <a id="start"></a> to July <a id="end"></a>, starting and ending at <a id="time"></a>. For more information, check out last year's challenges from <a class="gray-text text-decoration-none cool-link" href="../ctftime.org/event/2015.html" target="_blank">ImaginaryCTF 2023</a>, with over 2000 participants.</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Challenges</h5>
<p class="card-text">Teams will be challenged to discover vulnerabilities in websites, crack codes, and recover information through challenges in cryptography, binary exploitation, web exploitation, forensics, reversing, and more. We hope that you will learn something new from our challenges!</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Prizes</h5>
<p class="card-text">
1st place: $200, 3 months CTF.ae labs<br>
2nd place: $150, 2 months CTF.ae labs<br>
3rd place: $100, 1 month CTF.ae labs<br><br>
1st-3rd will receive 3-month licenses for Cybersharing Premium. (2x)<br>
4th-6th will receive 2-month licenses for Cybersharing Premium. (2x)<br>
7th-9th will receive 1-month licenses for Cybersharing Premium. (2x)<br>
All registered players with at least one challenge solved will receive 60% off Cybersharing Premium.<br><br>
There will be a $50 prize pool for the best writeups. All prizes are subject to change.
</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Daily CTF Challenges</h5>
<p class="card-text">If you would like to do some CTF before or after this competition, we do host daily CTF challenges on our <a class="gray-text text-decoration-none cool-link" href="../imaginaryctf.org/index.html" target="_blank">main website</a> and <a class="gray-text text-decoration-none cool-link" href="../discord.com/invite/QxFdGYPd4P.html" target="_blank">Discord server</a>. You can join the competition for practice, or just for fun, as we will continue hosting them throughout the year.<br><br>We also have an active community around our daily challenges to provide support and help! Our daily challenges use the same Discord server as the server for this event, so feel free to stick around after the competition.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light-gray">
<div class="container py-4">
<h2 id="main"></h2>
<h2 id="cd"></h2>
<a id="register" class="btn btn-lg btn-outline btn-outline-dark rounded-button" href="Register.html">Register Here</a>
</div>
</div>
<script>
var x = setInterval(function() {
var countDownDate = new Date(Date.UTC(2024, 6, 19, 19, 0, 0)).getTime();
var now = new Date().getTime();
var distance = countDownDate - now;
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("main").innerText = "ImaginaryCTF 2024 starts in:"
document.getElementById("cd").innerText = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
if (distance < 0) {
countDownDate = new Date(Date.UTC(2024, 6, 21, 19, 0, 0)).getTime();
now = new Date().getTime();
distance2 = countDownDate - now;
var days = Math.floor(distance2 / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance2 % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance2 % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance2 % (1000 * 60)) / 1000);
document.getElementById("main").innerText = "ImaginaryCTF 2024 ends in:";
document.getElementById("cd").innerText = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
if (distance2 < 0) {
clearInterval(x);
document.getElementById("main").innerText = "ImaginaryCTF 2024 has ended!";
document.getElementById("cd").innerText = "";
document.getElementById("register").innerText = "Check out Daily CTF Challenges";
document.getElementById("register").href = "../imaginaryctf.org/index.html";
}
}
}, 1000);
</script>
<script>
var start = new Date('2024-07-19T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
day: 'numeric',
});
var end = new Date('2024-07-21T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
day: 'numeric',
});
var time = new Date('2024-07-21T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
timeZoneName: 'short',
hour: 'numeric',
});
var time = time.substring(time.indexOf(",") + 2);
document.getElementById("start").innerText = start
document.getElementById("end").innerText = end
document.getElementById("time").innerText = time
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Page</title>
<link rel="stylesheet" href="css/team.css">
</head>
<body>
<div class="bg-lighter-gray">
<div class="container">
<h1 class="section-title">Sponsors</h1>
<div class="sponsor-cards">
<div class="sponsor-card">
<img src="img/sponsors/google.jpg" alt="Google Cloud">
<h3>Google Cloud</h3>
<p>Infra sponsored by goo.gle/ctfsponsorship.</p>
</div>
<div class="sponsor-card">
<img src="img/sponsors/ottersec.jpg" alt="OtterSec">
<h3>OtterSec</h3>
<p>Security audits for smart contracts that protect blockchain ideas.</p>
</div>
<div class="sponsor-card">
<img src="img/sponsors/ctfae.png" alt="CTF.ae">
<h3>CTF.ae</h3>
<p>A company dedicated to running high-quality CTFs!</p>
</div>
<div class="sponsor-card">
<img src="img/sponsors/cybersharing.png" alt="Cybersharing">
<h3>Cybersharing</h3>
<p>A promising and customizable file sharing platform.</p>
</div>
<div class="sponsor-card">
<img src="img/sponsors/flocto.png" alt="flocto">
<h3>flocto</h3>
<p>An avid enjoyer of capture-the-flag competitions.</p>
</div>
</div>
</div>
</div>
<div class="bg-light-gray">
<div class="container">
<h1 class="section-title">Our Team</h1>
<div class="team-cards">
<div class="team-card">
<img src="img/pfp/eth007.png" alt="Eth007">
<h3>Eth007</h3>
<p>CTF Lead</p>
</div>
<div class="team-card">
<img src="img/pfp/et3rnos.png" alt="Et3rnos">
<h3>Et3rnos</h3>
<p>Infrastructure Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/astro.png" alt="Astro">
<h3>Astro</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/brandy.png" alt="Brandy">
<h3>Brandy</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/ciaran.png" alt="Ciarán">
<h3>Ciarán</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/csaraepb.png" alt="csaraepb">
<h3>csaraepb</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/firepony.gif" alt="FIREPONY57">
<h3>FIREPONY57</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/ksaweryr.gif" alt="ksaweryr">
<h3>ksaweryr</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/maple.png" alt="maple3142">
<h3>maple3142</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/minerva.png" alt="Minerva.">
<h3>Minerva.</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/noobmaster.png" alt="NoobMaster">
<h3>NoobMaster</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/puzzler7.png" alt="puzzler7">
<h3>puzzler7</h3>
<p>Challenge Developer</p>
</div>
<div class="team-card">
<img src="img/pfp/robin.png" alt="Robin_Jadoul">
<h3>Robin_Jadoul</h3>
<p>Challenge Developer</p>
</div>
</div>
</div>
</div>
</body>
<!-- Mirrored from 2024.imaginaryctf.org/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Jul 2024 13:36:22 GMT -->
</html>
<footer class="bg-darker-gray text-white p-2 d-flex align-items-center justify-content-around mt-auto">
<small class="josefin">
Made with
<a class="text-white text-decoration-none cool-link" data-bs-toggle="modal" data-bs-target="#credits" href="#">
ImaginaryCTF
</a>
</small>
<div>
<a href="../x.com/ImaginaryCtf.html" class="me-2 text-white text-decoration-none" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="../www.reddit.com/r/ICTF/index.html" class="me-2 text-white text-decoration-none" target="_blank">
<i class="fab fa-reddit-alien"></i>
</a>
<a href="../discord.com/invite/QxFdGYPd4P.html" class="me-2 text-white text-decoration-none" target="_blank">
<i class="fab fa-discord"></i>
</a>
</div>
<div class="modal fade" id="credits">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content text-dark">
<div class="modal-header">
<h5 class="modal-title">About ImaginaryCTF</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>ImaginaryCTF is a platform created by Et3rnos that brings the beauty of CTF Competitions to discord, releasing a challenge every day</p>
<a class="d-block btn btn-success mb-2" target="_blank" href="../github.com/Et3rnos/ImaginaryCTF.html">View ImaginaryCTF on GitHub</a>
<a class="d-block btn btn-danger mb-2" data-bs-dismiss="modal" aria-label="Close" data-bs-toggle="modal" data-bs-target="#support" href="#">Support ImaginaryCTF Creator</a>
<a class="d-block btn btn-dark" href="../et3rnos.github.io/hireme/index.html" target="_blank">Hire Me</a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="support">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content text-dark">
<div class="modal-header">
<h5 class="modal-title">Support Et3rnos</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Glad to know you are planning on supporting me!</p>
<div class="mb-2">
<a class="btn btn-danger" target="_blank" href="../patreon.com/et3rnos.html">Support Me On Patreon <i class="fab fa-patreon"></i></a>
</div>
<div>
<a class="btn btn-primary" target="_blank" href="../www.paypal.com/donatea6f4.html?hosted_button_id=JSM77LBGLJ3FG">Support Me With Paypal <i class="fab fa-paypal"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="../code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="../code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="../cdn.jsdelivr.net/npm/bootstrap%405.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="../kit.fontawesome.com/eeaba7a5c6.js"></script>
<script src="js/site7082.js?v=iCCnGY6acmDdTRru-NXP5d3m425iqdOd0iEEzjMUk8I"></script>
</body>
</html>