-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
576 lines (546 loc) · 26.9 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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from 2023.imaginaryctf.org/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Jul 2023 15:26:18 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="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/site84bc.css?v=uUxEKgR3yGX0ovIIlJolHelMsV8BandW1paeVYqlF_A" />
<!-- 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 =
'https://www.googletagmanager.com/gtm.js?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="https://www.googletagmanager.com/ns.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">
<div class="w-100 bg-logo p-2">
<a class="text-decoration-none" href="index.html">
<div class="navbar-brand float-start ms-2">
<img src="img/logo.png" height="40" class="d-inline-block align-middle logo-img" alt="iCTF">
</div>
<span class="logo-text text-white">ImaginaryCTF 2023</span>
</a>
<button class="navbar-toggler sidenav-toggler float-end m-1" 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>Welcome to ImaginaryCTF 2023 | <a id="date"></a></h2>
<p><a class="anchor-link btn btn-outline-light p-0 ps-1 pe-1" href="Register.html">Register</a> to get started and join our <a class="anchor-link btn btn-outline-light p-0 ps-1 pe-1" href="https://discord.gg/QxFdGYPd4P">Discord</a> server for more updates.</p>
</div>
</div>
</div>
</header>
<script>
var start = new Date('2023-07-21T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
timeZoneName: 'short',
hour: 'numeric',
day: 'numeric',
month: 'long',
});
var end = new Date('2023-07-23T19: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 2023 is a cybersecurity <a class="gray-text text-decoration-none cool-link" href="https://ctftime.org/ctf-wtf/" target="_blank">CTF competition</a> run by <a class="gray-text text-decoration-none cool-link" href="https://imaginaryctf.org/" 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="https://ctftime.org/event/1670" target="_blank">ImaginaryCTF 2022</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 - 500 USD<br>
2nd place - 300 USD<br>
3rd place - 250 USD<br>
4th place - 200 USD<br>
5th place - 150 USD<br>
Best writeup - 100 USD<br>
The top 5 teams and writeup winner will also win a Binary Ninja Personal license.
<br><br>
</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="https://imaginaryctf.org/" target="_blank">main website</a> and <a class="gray-text text-decoration-none cool-link" href="https://discord.gg/QxFdGYPd4P" 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(2023, 6, 21, 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 2023 starts in:"
document.getElementById("cd").innerText = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
if (distance < 0) {
countDownDate = new Date(Date.UTC(2023, 6, 23, 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 2023 ends in:";
document.getElementById("cd").innerText = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
if (distance2 < 0) {
clearInterval(x);
document.getElementById("main").innerText = "ImaginaryCTF 2023 has ended!";
document.getElementById("cd").innerText = "";
document.getElementById("register").innerText = "Check out Daily CTF Challenges";
document.getElementById("register").href = "https://imaginaryctf.org/";
}
}
}, 1000);
</script>
<script>
var start = new Date('2023-07-21T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
day: 'numeric',
});
var end = new Date('2023-07-23T19:00:00Z')
.toLocaleDateString('en-US', {
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
day: 'numeric',
});
var time = new Date('2023-07-23T19: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>
<link rel="stylesheet" href="css/team.css">
<div class="bg-lighter-gray">
<div class="container py-5">
<div class="row px-4">
<h1>Sponsors</h1>
<div class="container py-5">
<div class="row">
<div class="col-sm-6">
<div class="our-team sponsor">
<div class="picture">
<a href="https://g.co/cloud"><img class="img-fluid" src="img/sponsors/google.jpg"></a>
</div>
<div class="team-content">
<h3 class="name">Google Cloud</h3>
<h4 class="title">Infra sponsored by goo.gle/ctfsponsorship</h4>
<br>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="our-team sponsor">
<div class="picture">
<a href="https://www.trailofbits.com/"><img class="img-fluid" src="img/sponsors/trailofbits.jpg"></a>
</div>
<div class="team-content">
<h3 class="name">Trail of Bits</h3>
<h4 class="title">Trail of Bits combines high-end security research with a real-world attacker mentality to reduce risk and fortify code.</h4>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="our-team sponsor">
<div class="picture">
<a href="https://binary.ninja/"><img class="img-fluid" src="img/sponsors/binja.png"></a>
</div>
<div class="team-content">
<h3 class="name">Binary Ninja</h3>
<h4 class="title">Binary Ninja is an interactive decompiler, disassembler, debugger, and binary analysis platform built by reverse engineers, for reverse engineers.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light-gray">
<div class="container pt-5 pb-3">
<h1>Our Team</h1>
</div>
<div class="container pb-5">
<div class="row">
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/eth007.png">
</div>
<div class="team-content">
<h3 class="name">Eth007</h3>
<h4 class="title">CTF Lead</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/matthew.png">
</div>
<div class="team-content">
<h3 class="name" font size="9">Matthew ツ</h3>
<h4 class="title">Public Relations</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/et3rnos.png">
</div>
<div class="team-content">
<h3 class="name">Et3rnos</h3>
<h4 class="title">Infrastructure Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/firepony.png">
</div>
<div class="team-content">
<h3 class="name">FIREPONY57</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/puzzler7.png">
</div>
<div class="team-content">
<h3 class="name">puzzler7</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/astro.png">
</div>
<div class="team-content">
<h3 class="name">Astro</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/ciaran.png">
</div>
<div class="team-content">
<h3 class="name">Ciarán</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/maple.png">
</div>
<div class="team-content">
<h3 class="name">
maple3142
<h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/max49.png">
</div>
<div class="team-content">
<h3 class="name">Max49</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/robin.png">
</div>
<div class="team-content">
<h3 class="name">Robin_Jadoul</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/scie.png">
</div>
<div class="team-content">
<h3 class="name">Scie</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/stephencurry.png">
</div>
<div class="team-content">
<h3 class="name">stephencurry396</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/tirefire.png">
</div>
<div class="team-content">
<h3 class="name">tirefire</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/thebadgod.png">
</div>
<div class="team-content">
<h3 class="name">TheBadGod</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="our-team our-team-1">
<div class="picture">
<img class="img-fluid" src="img/pfp/zeski.png">
</div>
<div class="team-content">
<h3 class="name">zeski</h3>
<h4 class="title">Challenge Developer</h4>
</div>
<ul class="social">
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-darker-gray text-white p-2 d-flex align-items-center justify-content-around mt-auto">
<small>
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="https://twitter.com/ImaginaryCtf" class="me-2 text-white text-decoration-none" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.reddit.com/r/ICTF/" class="me-2 text-white text-decoration-none" target="_blank">
<i class="fab fa-reddit-alien"></i>
</a>
<a href="https://discord.gg/QxFdGYPd4P" 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="https://github.com/Et3rnos/ImaginaryCTF">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="https://et3rnos.github.io/hireme" 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="https://patreon.com/et3rnos">Support Me On Patreon <i class="fab fa-patreon"></i></a>
</div>
<div>
<a class="btn btn-primary" target="_blank" href="https://www.paypal.com/donate?hosted_button_id=JSM77LBGLJ3FG">Support Me With Paypal <i class="fab fa-paypal"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/eeaba7a5c6.js"></script>
<script src="js/site7082.js?v=iCCnGY6acmDdTRru-NXP5d3m425iqdOd0iEEzjMUk8I"></script>
</body>
<!-- Mirrored from 2023.imaginaryctf.org/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Jul 2023 15:26:47 GMT -->
</html>