-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathwrite_ups.html
60 lines (54 loc) · 2.9 KB
/
write_ups.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
<html lang="en">
<head>
<title>Square CTF: 2019 write ups</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>WRITEUPS(2019)</span>
<span><a href="../index.html"><img src="../sqlogo.svg"></a></span>
<span>WRITEUPS(2019)</span>
</div>
<h1>Name</h1>
<p>write-ups-2019 - The following write ups were shared by participants.</p>
<p><blink>Spoiler alert!</blink></p>
<div class="writeups">
<ul>
<li><a href="https://pad.x41.rocks/s/HlmO3NdZa">https://pad.x41.rocks/s/HlmO3NdZa</a></li>
<li><a href="https://ptr-yudai.hatenablog.com/entry/2019/10/17/101637">https://ptr-yudai.hatenablog.com/entry/2019/10/17/101637</a></li>
<li><a href="https://github.com/AidanFray/CTF_Writeups/tree/master/2019/SquareCTF_2019">https://github.com/AidanFray/CTF_Writeups/tree/master/2019/SquareCTF_2019</a></li>
<li><a href="https://ctf.feisu.win/2019/square_ctf/go_cipher">https://ctf.feisu.win/2019/square_ctf/go_cipher</a></li>
<li><a href="https://github.com/bootplug/writeups/tree/master/2019/squarectf">https://github.com/bootplug/writeups/tree/master/2019/squarectf</a></li>
<li><a href="https://d1r3wolf.blogspot.com/2019/10/square-ctf-2019-writeups.html">https://d1r3wolf.blogspot.com/2019/10/square-ctf-2019-writeups.html</a></li>
<li><a href="https://cybermouflons.com/squarectf-cipher-go">https://cybermouflons.com/squarectf-cipher-go</a></li>
</ul>
</div>
<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>WRITEUPS(2019)</span>
</div>
</body>
</html>