-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (174 loc) · 8.1 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
<!DOCTYPE html>
<html>
<head>
<title>IrisSec</title>
<!-- Primary Meta Tags -->
<meta charset="utf-8">
<meta name="title" content="IrisSec">
<meta name="description" content="IrisSec is a group of nerds who love breaking computers and making stuff. We host IrisCTF, an annual 48-hour CTF that takes place the first full weekend of every year.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://irisc.tf">
<meta property="og:title" content="IrisSec">
<meta property="og:description" content="IrisSec is a group of nerds who love breaking computers and making stuff. We host IrisCTF, an annual 48-hour CTF that takes place the first full weekend of every year.">
<meta property="og:image" content="https://irisc.tf/assets/img/logo_ascii.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://irisc.tf">
<meta property="twitter:title" content="IrisSec">
<meta property="twitter:description" content="IrisSec is a group of nerds who love breaking computers and making stuff. We host IrisCTF, an annual 48-hour CTF that takes place the first full weekend of every year.">
<meta property="twitter:image" content="https://irisc.tf/assets/img/logo_ascii.png">
<!-- Mobile -->
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png">
</head>
<body>
<script src="/assets/js/jquery-3.6.3.min.js" defer></script>
<script src="/assets/js/main.js" defer></script>
<div id="banner">
<img src="/assets/img/ascii-banner.png" id="banner-logo"/>
<h1><b>IrisSec</b></h1>
<p>IrisSec is a group of nerds who love breaking computers and making stuff. We host IrisCTF, an annual 48-hour CTF that takes place the first full weekend of every year.</p>
</div>
<div id="announcement">
<h2><b>Announcement</b></h2>
<blockquote>
<p>IrisCTF 2025 will be taking place from 4 January 2025 @ 00:00 UTC to 6 January 2025 @ 00:00 UTC. Registration will open in December at 2025.irisc.tf.</p>
</blockquote>
</div>
<div id="links">
<h2><b>Links</b></h2>
<a href="https://irissec.xyz/" target="_blank">Main Website</a>
// <a href="https://github.com/IrisSec/" target="_blank">GitHub</a>
// <a href="https://ctftime.org/team/127034" target="_blank">CTFtime</a>
<h2><b>IrisCTF Archives</b></h2>
2024:
<a href="http://2024.irisc.tf/" target="_blank">Website</a>
// <a href="https://github.com/IrisSec/IrisCTF-2024-Challenges" target="_blank">Challenges</a>
// <a href="/writeups/2024.html" target="_blank">Writeups</a>
// <a href="https://ctftime.org/event/2085" target="_blank">CTFtime</a>
<br>
2023:
<a href="http://2023.irisc.tf/" target="_blank">Website</a>
// <a href="https://github.com/IrisSec/IrisCTF-2023-Challenges" target="_blank">Challenges</a>
// <a href="/writeups/2023.html" target="_blank">Writeups</a>
// <a href="https://ctftime.org/event/1774" target="_blank">CTFtime</a>
<h2><b>Contact</b></h2>
<p>Want to <a href="/assets/pdf/IrisCTF_2025_Sponsorship_Deck.pdf" target="_blank">sponsor</a> the next IrisCTF? Want to become an organizer and join the IrisSec crew? Just wanna say hello?</p>
<p>Join our public <a href="https://discord.gg/JXvW3ft9Ac" target="_blank">Discord</a>, or email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
<hr class="divider">
<div id="highlights">
<!-- 2024 -->
<center><h1><b>IrisCTF 2024 Highlights</b></h1></center>
<div id="highlight-blocks">
<div class="highlight-block">
<h2><b>Registered Teams</b><h2>
<p><span class="highlight-data-int">1786</span></p>
</div>
<div class="highlight-block">
<h2><b>Mean Team Size</b><h2>
<p><span class="highlight-data-float">2.96</span></p>
</div>
<div class="highlight-block">
<h2><b>Flags Captured</b><h2>
<p><span class="highlight-data-int">6547</span></p>
</div>
<div class="highlight-block">
<h2><b>CTFtime Rating</b><h2>
<p><span class="highlight-data-float">34.30</span>/36.88</p>
</div>
<div class="highlight-block">
<h2><b>Challenging</b><h2>
<p><span class="highlight-data-float">96.72</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Educational</b><h2>
<p><span class="highlight-data-float">98.53</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Enjoyable</b><h2>
<p><span class="highlight-data-float">95.24</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Staff Rating</b><h2>
<p><span class="highlight-data-float">96.77</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Recommendation Score</b><h2>
<p><span class="highlight-data-float">4.17</span>/5.00</p>
</div>
</div>
<h2><b>Here's What People Had to Say</b></h2>
<p>"Thank you for the CTF, all of the staff were incredibly kind and friendly. The Networks and OSINT challenges in particular were great."<br>- Anonymous Survey Response</p>
<p>"I just want to say that your website is the best CTF website I've ever seen! With the sound at each click, it's like a game menu."<br>- Anonymous Survey Response</p>
<p>"Great event. My second international CTF. I learned a lot by searching to solve challenges. Thanks for dedicating your time to make this event possible!"<br>- Anonymous Survey Response</p>
<h2><b>Sponsors</b></h2>
<p>Infra sponsored by <a href="https://goo.gle/ctfsponsorship">goo.gle/ctfsponsorship</a>, prizes sponsored by:</p>
<center>
<a class="no-decor" href="https://www.trailofbits.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/tob.png"/>
</a>
<a class="no-decor" href="https://www.hackthebox.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/htb.png"/>
</a>
<br/>
<a class="no-decor" href="https://artofproblemsolving.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/aops.png"/>
</a>
<a class="no-decor" href="https://www.taskade.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/taskade.png"/>
</a>
<br/>
</center>
<!-- 2023 -->
<hr class="divider">
<center><h1><b>IrisCTF 2023 Highlights</b></h1></center>
<div id="highlight-blocks">
<div class="highlight-block">
<h2><b>Registered Teams</b><h2>
<p><span class="highlight-data-int">1087</span></p>
</div>
<div class="highlight-block">
<h2><b>Mean Team Size</b><h2>
<p><span class="highlight-data-float">2.78</span></p>
</div>
<div class="highlight-block">
<h2><b>Flags Captured</b><h2>
<p><span class="highlight-data-int">2949</span></p>
</div>
<div class="highlight-block">
<h2><b>CTFtime Rating</b><h2>
<p><span class="highlight-data-float">24.52</span>/25.00</p>
</div>
<div class="highlight-block">
<h2><b>Challenging</b><h2>
<p><span class="highlight-data-float">96.51</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Educational</b><h2>
<p><span class="highlight-data-float">96.70</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Enjoyable</b><h2>
<p><span class="highlight-data-float">96.15</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Staff Rating</b><h2>
<p><span class="highlight-data-float">97.16</span>%</p>
</div>
<div class="highlight-block">
<h2><b>Recommendation Score</b><h2>
<p><span class="highlight-data-float">4.44</span>/5.00</p>
</div>
</div>
<h2><b>Here's What People Had to Say</b></h2>
<p>"Excellent hunt from start to finish. The RF section was also quite educational"<br>- Public CTFtime review</p>
<p>"Nice platform, great staff, fun CTF. Will come again."<br>- Public CTFtime review</p>
<p>"fun ctf! great challenges, both beginner and advanced"<br>- Public CTFtime review</p>
<h2><b>Sponsors</b></h2>
<p>Infra sponsored by <a href="https://goo.gle/ctfsponsorship">goo.gle/ctfsponsorship</a>, prizes sponsored by Sideliner.</p>
</div>
</body>
</html>