-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtalk_to_me.html
86 lines (77 loc) · 3.56 KB
/
talk_to_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
80
81
82
83
84
85
86
<html lang="en">
<head>
<title>Square CTF 2019: talk to 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>C1: TALK TO ME(2019)</span>
<span><a href="../index.html"><img src="../sqlogo.svg"></a></span>
<span>C1: TALK TO ME(2019)</span>
</div>
<h1>Name</h1>
<p>C1: Talk to me</p>
<h1>Type</h1>
<p>Ruby</p>
<h1>Points</h1>
<p>100 (+10)</p>
<h1>Docker</h1>
<p>
You will need to run the following command before you can play this challenge:<br><br>
<span class="inv">docker run --rm -p 5678:5678 squarectf/talk-to-me</span>
</p>
<h1>Description</h1>
<p><u>An Adviceful Aunt</u></p>
<p>
Ever since you were a child, your aunt Matilda has nudged you to becoming a hacker like her. The happiest
you’ve ever seen a person is when you were <i>18</i> and she walked in on you disassembling the VCR. She loved you
and had big dreams for you. You didn’t know exactly what she did for a living, but about five months ago she
completely disappeared without a word.
</p>
<p>
Today is your <i>20</i>th birthday, and you’re hanging out in your apartment with your roommate, Sam. It’s been a
pretty regular morning up until this point except all the electronics in your apartment are on the fritz. Your
WiFi enabled toothbrush has been whirling like crazy. Your smart alarm clock keeps beeping and booping. You
seriously re-evaluate the merits of your IoT bidet. Everything is a mess.
</p>
<p>
“Hey, Sam, did you change anything with the WiFi?”<br/>“No… oh wait. I found this free ‘Gromecast’ in the parking
lot and set it up. It gets free HBO!”
</p>
<p>
You walk over to the TV and see a 3D printed Raspberry PI enclosure with a cable going to the TV and another to
the router. The enclosure has “Gromecast” and “Free HBO” scrawled on the top in sharpie. You’re going to need to
have a talk with Sam after you get this sorted out.
</p>
<p>
A quick scan of the port of the device reveal its running <a href="telnet://localhost:5678">a server</a>.
</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>C1: TALK TO ME(2019)</span>
</div>
</body>
</html>