-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdecode_me.html
79 lines (71 loc) · 3.44 KB
/
decode_me.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
<html lang="en">
<head>
<title>Square CTF 2019: decode me</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>C3: DECODE ME(2019)</span>
<span><a href="../index.html"><img src="../sqlogo.svg"></a></span>
<span>C3: DECODE ME(2019)</span>
</div>
<h1>Name</h1>
<p>C3: Decode me</p>
<h1>Type</h1>
<p>Snake oil</p>
<h1>Points</h1>
<p>150 (+15)</p>
<h1>Description</h1>
<p>
Your stomach grumbles. You haven’t yet had breakfast, and you can smell pizza coming from the living room.
Following your nose, you find Sam lounging on the couch, chowing down on a freshly delivered pizza, and jumping to
season 2 of <a href="https://youtu.be/rLSH-81yT7s">The Leftovers</a> on the Gromecast. Ugh, how many explanations
will this take, but also, when did Sam get pizza?
</p>
<p>
“Whatever” you mumble to yourself as you open the box for a hot slice. Season 2 is where the show really steps up.
Lifting up the pizza bo<i>x</i> lid, you notice three things: pineapple on the pizza, a cryptic sequence of
characters written on the inside of the lid, and a tiny pizza slice-shaped thumb drive.
</p>
<p>
“Don’t eat the small slice,” Sam starts. “It’s no good.”
</p>
<p>
Upon closer inspection, you notice a few teeth marks on the thumb drive. Yikes. You snap a picture of the inside
of the box, pocket the thumb drive, snag two slices, and leave the room right as Justin Theroux’s face pops up on
the screen. Any longer, and you’d be stuck in the living room too, re-experiencing that great HBO content.
</p>
<p>
You run the pizza box through an <a href="https://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a>
program and get <a href="decodeme.tar.gz">the following piece of code as well as the following data on the thumb
drive</a>. Obviously, it’s okay for you to use strange thumb drives because you Know What You’re Doing™️.
</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>C3: DECODE ME(2019)</span>
</div>
</body>
</html>