-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctf_list.html
More file actions
247 lines (193 loc) · 6.37 KB
/
ctf_list.html
File metadata and controls
247 lines (193 loc) · 6.37 KB
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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>CTF List</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "crazyeights",
"url": "/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title=" Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
<link rel="stylesheet" href="/assets/css/tabs.css">
<script src="/assets/js/Chart.min.js"></script>
<!--[if IE]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--archive">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-logo" href="/"><img src="/assets/images/logos/l9.png" alt=""></a>
<a class="site-title" href="/">
</a>
<ul class="visible-links"><li class="masthead__menu-item">
<a href="/archive">archive</a>
</li><li class="masthead__menu-item">
<a href="/ctf_list">CTF List</a>
</li><li class="masthead__menu-item">
<a href="/projects.html">Projects</a>
</li></ul>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="https://schema.org/Person">
<div class="author__avatar">
<img src="/assets/images/logos/avatar.png" alt="ES, aka crazyeights225" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">ES, aka crazyeights225</h3>
<div class="author__bio" itemprop="description">
<p>CS Student, Interested in CyberSec and Algorithms, <code class="language-plaintext highlighter-rouge">flag{a1ways_b3_h1d1ng}</code></p>
</div>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name">Canada</span>
</li>
</ul>
</div>
</div>
</div>
<div class="archive">
<h3>CTFs</h3>
<table id="ctflist" class="mt-4" style="width: 100%">
<tr>
<th>Name</th>
</tr>
<tr>
<td>University CTF 2021</td>
</tr>
<tr>
<td>HackBack CTF 2021</td>
</tr>
<tr>
<td>Buckeye CTF 2021</td>
</tr>
<tr>
<td>DAM CTF 2021</td>
</tr>
<tr>
<td>Sunshine CTF 2021</td>
</tr>
<tr>
<td>CyberSCI Nationals 2021</td>
</tr>
<tr>
<td>NorthSec CTF 2021</td>
</tr>
<tr>
<td>dCTF 2021</td>
</tr>
<tr>
<td>San-Diego CTF 2021</td>
</tr>
<tr>
<td>UTCTF 2021</td>
</tr>
<tr>
<td>zer0pts CTF 2021</td>
</tr>
<tr>
<td>darkCON CTF 2021, Got my first "first blood" :)</td>
</tr>
<tr>
<td>UnionCTF 2021</td>
</tr>
<tr>
<td>justCTF 2021</td>
</tr>
<tr>
<td>CYBERSCI 21</td>
</tr>
<tr>
<td>SbCTF Student CTF 2020</td>
</tr>
<tr>
<td>BSides Orlando: SunshineCTF 2020</td>
</tr>
<tr>
<td>CyberSCI-CO 20</td>
</tr>
<tr>
<td>GeekSeek CTF</td>
</tr>
<tr>
<td>CyberSCI 19 (20)</td>
</tr>
<tr>
<td>Tracelabs Missing Persons CTF 2019</td>
</tr>
<tr>
<td>CYBERSCI 18</td>
</tr>
</tr>
</table>
<h3>Badges</h3>
<p>Current (Jan 19)</p>
<img src="/assets/images/3.png">
<p>Jan 19, 2021</p>
<img src="/assets/images/1184932.png">
<p>Jan 11, 2021</p>
<img src="/assets/images/118493.png">
</div>
</div>
</div>
</body>
</html>