-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy paththereisabug.html
57 lines (50 loc) · 2.24 KB
/
thereisabug.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
<html lang="en">
<head>
<title>Square CTF 2023: There is a bug</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>C19: There is a bug(2023)</span>
<span><a href="../index.html"><img src="../sqlogo.svg"></a></span>
<span>C19: There is a bug(2023})</span>
</div>
<h1>Name</h1>
<p>C19: There is a bug</p>
<h1>Type</h1>
<p>reversing</p>
<h1>Points</h1>
<p>150</p>
<h1>Description</h1>
<p>
Bob is reckless when developing apps. He just created an app that can show the flag with the correct password. However, he just couldn't get the flag even with the right password, could you help him to fix the bug?<br><br><a href="data/there-is-a-bug.zip">there-is-a-bug.zip</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>C19: There is a bug(2023)</span>
</div>
</body>
</html>