-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path20.html
96 lines (85 loc) · 4.32 KB
/
20.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
<html lang="en">
<head>
<title>Square CTF 2019: 20.pl</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta name="og:title" content="Block CTF: hacking competition!">
<meta name="og:url" content="https://blockctf.com/">
<meta property="og:type" content="website">
<meta name="og:description" content="Compete to solve security-related challenges.">
<meta property="og:image" content="../og.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@BlockEng">
<meta name="twitter:title" content="Block CTF: We make security and hacking more approachable — since 2014.">
<meta name="twitter:description" content="Compete to solve security-related challenges.">
<meta name="twitter:image" content="../og.png">
<meta name="description" content="Compete to solve security-related challenges.">
<meta name="author" content="Block, Inc.">
<link rel="stylesheet" media="screen" href="../squarectf.css">
</head>
<body>
<div class="wideline begin">
<span>C10: 20.PL(2019)</span>
<span><a href="../index.html"><img src="../sqlogo.svg"></a></span>
<span>C10: 20.PL(2019)</span>
</div>
<h1>Name</h1>
<p>C10: 20.pl</p>
<h1>Type</h1>
<p>Perl ˖ cryptography</p>
<h1>Points</h1>
<p>500</p>
<h1>Description</h1>
<p>
You plop down on the couch just as the series finale of The Leftovers is starting on the Gromecast. It looks like
Sam hasn’t moved from their spot in hours. Good call. You start wrapping yourself in your favorite blanket and
begin the process of becoming a human burrito. This. is. living.
</p>
<p>
Just as the opening credits finish, the show abruptly stops and some gibberish forming the number “20” takes over
the screen accompanied by a chip tune rendition of
<a href="https://blockctf.com/tweetable_birthday_tune.html">“Happy Birthday”</a>.
</p>
<p>
“This has been happening all eveningc Sam whines. “If I turn it off and on again that usually does the trick.“
</p>
<p>
“Wait!” you start before Sam gets to the Raspberry Pi. You un-burrito yourself, pull out your laptop, and SSH into
the Raspberry Pi with the default login. In the home directory you find <a href="20.tar.gz">20.pl</a> along with
an encrypted file. “Last puzzle and have the happiest of birthdays! — Aunt Matilda”
</p>
<p style="text-align: center">* * *</p>
<p>
Off in the bathroom, your toothbrush starts going crazy again. Moments later, you hear a knock at the front door.
</p>
<p style="text-align: center">* * *</p>
<p>
Thank you for playing — without you there’s no CTF! We would like to recognize everyone who has contributed to
open source software as well as the beautiful people working at Amazon (cloud), Cloudflare, Docker, Github,
Google (cloud), Heroku, and Slack. We rely heavily on open source software and cheap (sometimes even free)
infrastructure from these companies to run our events.
</p>
<p style="text-align: center">This year’s puzzles were designed by:<br/>
Alyssa, Achintya, Mat, Roy, and <a href="https://quaxio.com/">Alok</a>.</p>
<p style="text-align: center">Logo artwork: Bushi.</p>
<p style="text-align: center">First story writer (fired): <a href="https://saltesta.com">Salvatore</a>.<br/>
Second story writer (re-hired): <a href="https://saltesta.com">Salvatore</a>.<br/>
(check out his <a href="https://www.facebook.com/events/2498835960194754/">improv shows</a> if you live close to San Francisco / Bay Area).</p>
<p style="text-align: center">❤️ everyone who helped with testing, debugging, promotion, and prizes.</p>
<p style="text-align: center">* * *</p>
<p>Be nice to each other. Read books. Brush your teeth. xoxoxo</p>
<h1>See also</h1>
<p>
<a href="https://squ.re/2POCGUK">Work_at_Square(1)</a>,
<a href="https://squareup.com/legal/privacy">Privacy_policy(1)</a>,
<a href="https://blockctf.com/code_of_conduct.html">Code_of_conduct(1)</a>
</p>
<div class="wideline end">
<span>Block, Inc.</span>
<span>(c) <script>document.write(new Date().toLocaleString("en-us", {month: "long", year: "numeric"}));</script></span>
<span>C10: 20.PL(2019)</span>
</div>
</body>
</html>