-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
180 lines (180 loc) · 6.15 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
Home : IrisCTF 2023 - CTF fun for hackers of all skill levels
</title>
<meta content="A fun, lighthearted, and educational 48-hour online CTF aimed towards hackers of all levels. Takes place the first full Friday-to-Sunday weekend every year." name="description"/>
<meta content="" name="author"/>
<meta content="/static/img/favicon.png" property="og:image">
<link href="/static/img/favicon.png" rel="icon" type="image/png"/>
<link href="/static/theme.css-v-1.3.0r5.css" rel="stylesheet"/>
<script src="/static/theme_min.js">
</script>
</meta>
</head>
<body>
<div id="navbar">
<a href="/">
<img id="navbar-logo" src="/static/img/logo_navbar.png"/>
</a>
<div id="navbar-buttons">
<a class="active" href="/home.html">
Home
</a>
<a href="/challenges.html">
Challenges
</a>
<a href="/scoreboard.html">
Scoreboard
</a>
<a href="/profile.html">
</a>
<form action="/api" method="post">
</form>
</div>
</div>
<div id="body-content">
<div id="home-logo">
<img src="/static/img/logo.png"/>
</div>
<div id="home-intro-text">
<b>
IrisCTF
</b>
is a 48-hour
<a href="https://en.wikipedia.org/wiki/Capture_the_flag_(cybersecurity)">
Capture The Flag
</a>
competition organized by
<a href="https://irissec.xyz/">
IrisSec
</a>
. IrisCTF takes place the first full Friday-to-Sunday weekend every year online, and features challenges in the disciplines of reverse engineering, binary exploitation, web exploitation, cryptography, radio frequency, networks, forensics, and more. IrisCTF is meant to be, above all else, a fun, lighthearted, and educational experience for all.
</div>
<div class="section-header">
<div class="decorator-square-container" style="transform: rotate(0deg)">
<div class="decorator-square-component" style="background-color:#009927">
</div>
<div class="decorator-square-component title-decorator-gray">
</div>
<div class="decorator-square-component decorator-square-icon" style="background-image: url('/static/img/icons/arrow.png');background-size: 16px;">
</div>
</div>
Prizes:
</div>
<div style="margin-bottom:24px">
Winners will receive:
<ul>
<li>
1st: 1x Michael plush trophy, 1x IKEA Blåhaj, 1st pick in the prize pool.
</li>
<li>
2nd: 1x Michael plush trophy, 2nd pick in the prize pool.
</li>
<li>
3rd: 1x Michael plush trophy.
</li>
</ul>
<br/>
Prize pool for winner and runner up:
<ul>
<li>
3x Proxmark3 Easy (Iceman Firmware, 512 kB memory) from Dangerous Things
</li>
<li>
3x Malduino 2 from Maltronics
</li>
</ul>
<br/>
We will try our best to fulfill all prizes, but restrictions on some countries may make this difficult to do. We ship based out of the United States.
</div>
<div class="section-header">
<div class="decorator-square-container" style="transform: rotate(0deg)">
<div class="decorator-square-component" style="background-color:#009927">
</div>
<div class="decorator-square-component title-decorator-gray">
</div>
<div class="decorator-square-component decorator-square-icon" style="background-image: url('/static/img/icons/arrow.png');background-size: 16px;">
</div>
</div>
Proudly sponsored by:
</div>
<div style="margin-bottom:24px">
<a href="https://goo.gle/ctfsponsorship" target="_blank">
Infra sponsored by goo.gle/ctfsponsorship.
</a>
</div>
<div style="display:flex; margin-bottom:16px">
<div style="padding-right: 32px;">
<div class="section-header">
<div class="decorator-square-container" style="transform: rotate(0deg)">
<div class="decorator-square-component" style="background-color:#009927">
</div>
<div class="decorator-square-component title-decorator-gray">
</div>
<div class="decorator-square-component decorator-square-icon" style="background-image: url('/static/img/icons/arrow.png');background-size: 16px;">
</div>
</div>
Rules
</div>
<ul>
<li>
Refrain from sharing flags or solutions with other teams before the end of the event.
</li>
<li>
Attacking, DDoSing, or otherwise deliberately harming the event infrastructure is strictly prohibited and will result in an immediate ban and block from the event.
</li>
<li>
Refrain from bruteforcing anything hosted on the event infrastructure, including flag submissions.
</li>
<li>
The flag format is irisctf{flag_string} unless otherwise stated.
</li>
<li>
The event starts on 7 Jan 2023 at 00:00 UTC+0 and lasts for exactly 48 hours.
</li>
</ul>
</div>
<iframe allowtransparency="true" frameborder="0" height="500" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts" src="https://discord.com/widget?id=1051808836593397781&theme=dark" width="350">
</iframe>
</div>
</div>
<div id="footer">
<b>
<a href="https://github.com/Milkdrop/CTFx">
CTFx
</a>
</b>
v1.3.0r5
<br/>
Made with 🧡 by
<a href="https://gitlab.com/Milkdrop">
Milkdrop
</a>
, Based on
<a href="https://github.com/Nakiami/mellivora">
mellivora
</a>
</div>
<audio id="audio-typewriter" src="/static/audio/typewriter.mp3">
</audio>
<audio id="audio-nav-mouseover" src="/static/audio/nav_mouseover.mp3">
</audio>
<audio id="audio-nav-click" src="/static/audio/nav_click.mp3">
</audio>
<audio id="audio-btn-dynamic-mouseover" src="/static/audio/btn_dynamic_mouseover.mp3">
</audio>
<audio id="audio-btn-dynamic-click" src="/static/audio/btn_dynamic_click.mp3">
</audio>
<audio id="audio-btn-solid-mouseover" src="/static/audio/btn_solid_mouseover.mp3">
</audio>
<audio id="audio-btn-solid-click" src="/static/audio/btn_solid_click.mp3">
</audio>
<audio id="audio-checkbox-click" src="/static/audio/checkbox_click.mp3">
</audio>
<script src="/static/ctfx.js-v-1.3.0r5.js" type="text/javascript">
</script>
</body>
</html>