-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
402 lines (390 loc) · 14.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="description" content="PACTF: Phillips Academy Capture The Flag, an online computer security competition">
<meta name="author" content="PACTF">
<title>
PACTF
</title>
<link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-touch-icon-57x57.b4d7751ed900.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/icons/apple-touch-icon-60x60.355dbed06a3c.png">
<link rel="apple-touch-icon" sizes="72x72" href="static/icons/apple-touch-icon-72x72.2e6089b6f03f.png">
<link rel="apple-touch-icon" sizes="76x76" href="static/icons/apple-touch-icon-76x76.e1b07cc3074b.png">
<link rel="apple-touch-icon" sizes="114x114" href="static/icons/apple-touch-icon-114x114.8b0b6c0ac555.png">
<link rel="apple-touch-icon" sizes="120x120" href="static/icons/apple-touch-icon-120x120.271577f7cb7d.png">
<link rel="apple-touch-icon" sizes="144x144" href="static/icons/apple-touch-icon-144x144.89f2226aa32f.png">
<link rel="apple-touch-icon" sizes="152x152" href="static/icons/apple-touch-icon-152x152.e701bf5eb402.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.e5641a147e77.png">
<link rel="icon" type="image/png" sizes="96x96" href="static/icons/favicon-96x96.d03c14e0c9a9.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.a6fbcf96bd5a.png">
<link rel="manifest" href="static/icons/manifest.b86297f399d7.json">
<link rel="mask-icon" href="static/icons/safari-pinned-tab.ceab609ccc07.svg" color="#5bbad5">
<link rel="shortcut icon" href="static/icons/favicon.7a0ea3d946fd.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/static/icons/mstile-144x144.8f9d9c856625.png">
<meta name="msapplication-config" content="/static/icons/browserconfig.84cba7e2e576.xml">
<meta name="theme-color" content="#5bbad5">
<link rel="image_src" href="static/ctflex/img/logo.4dd947d1ba72.png">
<link rel="stylesheet" href="static/ctflex/bootstrap-3.3.6-dist/css/bootstrap.yeti.min.9c0463ccbe70.css" />
<link rel="stylesheet" href="static/ctflex/jquery-ui-1.11.4/jquery-ui.min.26812a288503.css" />
<link href="static/ctflex/css/base.5fe4dfa4ee69.css" rel="stylesheet">
<link href="static/ctflex/css/logo.3e253493d8af.css" rel="stylesheet">
<link href="static/ctflex/css/index.aa63b45bdcca.css" rel="stylesheet" />
<script src="static/ctflex/js/lib/jquery.min.e40ec2161fe7.js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script src="static/ctflex/jquery-ui-1.11.4/jquery-ui.min.d935d506ae9c.js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script src="static/ctflex/js/lib/jquery.cookie.min.4412bf802310.js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script src="static/ctflex/bootstrap-3.3.6-dist/js/bootstrap.min.c5b5b2fa19bd.js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script src="static/ctflex/js/lib/notify.min.08ec3790d1fb.js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/solid.js" integrity="sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77" crossorigin="anonymous" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/fontawesome.js" integrity="sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS" crossorigin="anonymous" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script type="923db505fb619248dc4c40f5-text/javascript" src="static/ctflex/js/ajax_utils.10a690fa3825.js"></script>
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo logo-inline" href="index.html">
<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 250 165">
<defs>
<clipPath id="t-mask">
<polygon points="
-100 0
-100 95
200 95
200 0
" />
</clipPath>
<clipPath id="f-mask">
<polygon points="
5 5
5 100
50 100
50 5
" />
</clipPath>
</defs>
<g id="container">
<g id="p">
<g id="pole" transform="
translate(5 65)
">
<polyline class="outline" points="
0 95
10 95
10 -60
0 -60
0 95
" />
</g>
<g id="flag" transform="
translate(15, 5)
">
<polygon class="fill" points="
0 0
230 50
0 50
" />
<polyline class="outline" points="
0 0
230 50
0 50
" />
</g>
<polyline class="inline" points="
10 155
10 14
177 46
10 46
" />
</g>
<g id="actf">
<g id="a" transform="
translate(29, 65)
">
<polygon class="fill" points="
0, 100
25, 0
50, 100
" />
<polyline class="outline" points="
1, 95
25, 5
49, 95
" />
<polyline class="inline" points="
10, 92
25, 30
40, 92
" />
</g>
<g id="c" transform="
translate(81, 65)
">
<polygon class="fill" points="
44, 95
0, 50
44, 5
" />
<polyline class="outline" points="
39, 95
1, 50
39, 5
" />
<polyline class="inline" points="
37, 85
10, 50
37, 15
" />
</g>
<g id="t" transform="
translate(135, 65)
">
<polygon class="fill" clip-path="url(#t-mask)" points="
-5 5
55 5
25 113
" />
<polyline class="outline" points="
0 5
50 5
25 5
25 95
" />
<polyline class="inline" points="
5 10
45 10
25 10
25 80
" />
</g>
<g id="f" transform="
translate(200 65)
">
<polygon class="fill" clip-path="url(#f-mask)" points="
53 0
-5 0
-5 116
" />
<polyline class="outline" points="
45 5
0 5
0 95
" />
<polyline class="inline" points="
40 10
5 10
5 80
" />
</g>
</g>
</g>
</svg>
<span class="sr-only">PACTF</span>
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="game/index.html">Game</a></li>
<li><a href="scoreboard/index.html">Scoreboard</a></li>
<li>
<a href="news/index.html">
News
<span class="badge alert-danger" id="unread-announcements-badge">0</span>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="index.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">PACTF 2019<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://2018.pactf.com" target="_blank">PACTF 2018</a></li>
<li><a href="https://2017.pactf.com" target="_blank">PACTF 2017</a></li>
<li><a href="https://2016.pactf.com" target="_blank">PACTF 2016</a></li>
</ul>
</li>
<li class="dropdown">
<a href="index.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about/index.html">The Team</a></li>
<li><a href="http://2019dev.pactf.com/sponsors/">Our Sponsors</a></li>
<li><a href="prizes/index.html">Prizes</a></li>
<li><a href="winners/index.html">Winners</a></li>
</ul>
</li>
<li class="dropdown">
<a href="index.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="learn/index.html">Learn</a></li>
<li><a href="chat/index.html">Chat</a></li>
</ul>
</li>
<li><a href="login/index.html">Login</a></li>
<li><a href="register/index.html">Register</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3 class="text-center">
<strong>PACTF</strong> is
an annual online <strong>computer security</strong> competition
for <strong>middle</strong> and <strong>high school students.</strong>
</h3>
</div>
</div>
</div>
<div id="window-container" class="row text-center">
<h3>
<span class="window-name col-md-6"><strong>
Hamilton:
Round 1
</strong></span>
<br class="visible-sm-block visible-xs-block" />
<span class="window-date col-md-6">May 13 — May 19
</span>
</h3>
<h3>
<span class="window-name col-md-6"><strong>
Shannon:
Round 2
</strong></span>
<br class="visible-sm-block visible-xs-block" />
<span class="window-date col-md-6">May 20 — May 26
</span>
</h3>
</div>
<div class="row justify-content-center">
<p class="text-center">
<a class="btn btn-lg btn-primary" href="winners/index.html">Check out the Winning Teams!</a>
</p>
</div>
<div class="row">
<div class="col-12 text-center">
<h4 class="text-center py-0 my-0">Brought to you by:</h4>
</div>
<div class="col-12 text-center my-0">
<a href="https://2018.pactf.com/sponsors/" class="d-block">
<img id="sponsors-img" class="img mx-auto d-inline-block" src="static/pactf_web/img/sponsors/diamond_sponsors/three.19c7df5ae19c.png" />
</a>
</div>
</div>
<div id="info-container" class="container">
<div class="row">
<div class="col-md-4">
<h2>
New to CTFs?
</h2>
<p>
CTFs, short for Capture the Flags, are a type of Computer Security competition where you hack, decrypt, reverse, and do whatever it takes to solve increasingly challenging security puzzles!
</p>
<p>
<a class="btn btn-primary collapse-data-btn" data-toggle="collapse" href="index.html#ctf-info">What Next?</a>
</p>
<div id="ctf-info" class="collapse">
<p>
<strong>Sign up in a team of 1–5 competitors.</strong> There will then be a list of ‘problems’ for you to solve.
</p>
<p>
<strong>On solving a problem, you should end up with a string as an answer called a ‘flag’</strong> (hence the term ‘Capture the Flag’). You can submit this flag using the text box next to the problem description for points and fun!
</p>
<p>
<strong>Arise, go forth, and conquer!</strong>
</p>
<p class="text-muted">
<em>Some text adapted from <a href="https://picoctf.com" target="_blank">PicoCTF</a>.</em>
</p>
</div>
</div>
<div class="col-md-4">
<h2>
PACTF is different
</h2>
<p>
Experienced CTFer? Or new to Capture The Flags? Either way, want to solve problems and win prizes
<em>without</em> spending fourteen consecutive days on a CTF?
</p>
<p>
<a class="btn btn-primary collapse-data-btn" data-toggle="collapse" href="index.html#pactf-info">Find out how</a>
</p>
<div id="pactf-info" class="collapse">
<p>
<strong>Instead of a two-week sprint, PACTF will have 2 rounds,</strong> each one week long. During each round, you can pick any two-day span to grab as many flags as you can! Choose wisely: Once your two days run out, you won’t be able to score more points in that round.
</p>
<p>
<strong>Don’t worry about being too slow, though!</strong> Even if your two-day timer is over, you can still test your skills against problems in previous rounds.
</p>
<p>
<strong>There are scoreboards</strong>
for each individual round, and there is an overall all-time scoreboard.
</p>
</div>
</div>
<div class="col-md-4">
<h2>
Are there prizes?
</h2>
<p>
Yes, your effort won't go to waste! PACTF 2018 had over $20,000 in prizes. We're
looking to match that for PACTF 2019. Stay tuned for more information as we near the
start of PACTF 2019!
</p>
<p>
<a class="btn btn-primary collapse-data-btn" data-toggle="collapse" href="index.html#prizes-info">Tell me more</a>
</p>
<div id="prizes-info" class="collapse">
<p>
Check out our
<a href="prizes/index.html" target="_blank">prizes page</a>
for details, and learn about
<a href="http://2019dev.pactf.com/sponsors/" target="_blank">the sponsors</a> who helped make PACTF possible!
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<p id="footer-text" class="text-muted">
<a target="_blank" href="https://2019.pactf.com">© PACTF 2021</a>
| <a target="_blank" href="https://pactf.statuspage.io/">System Status</a>
| <a target="_blank" href="mailto:contact@pactf.com">Contact Us</a>
| Made with
<i class="fas fa-heart"></i>
at
<a target="_blank" href="https://www.andover.edu/">Phillips Academy</a>
</p>
<div id="footer-sponsors" class="row">
<a href="http://2019dev.pactf.com/sponsors/">
<img src="static/pactf_web/img/sponsors/protonmail/purple.small.acabb2049b50.png" />
</a>
<a href="http://2019dev.pactf.com/sponsors/">
<img src="static/pactf_web/img/sponsors/cylab/big.06e4a732306c.png" />
</a>
<a href="http://2019dev.pactf.com/sponsors/">
<img src="static/pactf_web/img/sponsors/ini/small.cd83cc3cdc9e.png" />
</a>
</div>
</div>
</footer>
<script src="http://static.getclicky.com/js" type="923db505fb619248dc4c40f5-text/javascript"></script>
<script type="923db505fb619248dc4c40f5-text/javascript">try{ clicky.init(101031819); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="http://in.getclicky.com/101031819ns.gif" /></p></noscript>
<script type="923db505fb619248dc4c40f5-text/javascript">
(function () {
window.js_context = {};
document.dispatchEvent(new Event('js_context'));
})();
</script>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="923db505fb619248dc4c40f5-|49" defer=""></script></body>
</html>