-
Notifications
You must be signed in to change notification settings - Fork 0
/
challenge-id-9.html
105 lines (105 loc) · 2.92 KB
/
challenge-id-9.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
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
Challenge : IrisCTF 2023 - CTF fun for hackers of all skill levels
</title>
<meta content="A fun, lighthearted, and educational 48-hour online CTF aimed towards hackers of all levels. Takes place the first full Friday-to-Sunday weekend every year." name="description"/>
<meta content="" name="author"/>
<meta content="/static/img/favicon.png" property="og:image">
<link href="/static/img/favicon.png" rel="icon" type="image/png"/>
<link href="/static/theme.css-v-1.3.0r5.css" rel="stylesheet"/>
<script src="/static/theme_min.js">
</script>
</meta>
</head>
<body>
<div id="navbar">
<a href="/">
<img id="navbar-logo" src="/static/img/logo_navbar.png"/>
</a>
<div id="navbar-buttons">
<a href="/home.html">
Home
</a>
<a href="/challenges.html">
Challenges
</a>
<a href="/scoreboard.html">
Scoreboard
</a>
<a href="/profile.html">
</a>
<form action="/api" method="post">
</form>
</div>
</div>
<div id="body-content">
<div class="pre-category-name">
Challenge:
</div>
<div class="category-name" style="font-size:48px">
Strange Evasion
</div>
<div style="display:flex; margin-top:8px">
<div class="tag tag-inline" style="margin-right:8px">
<img src="/static/img/icons/flag.png" style="width:20px; height:20px; margin-right:8px">
<b>
500 Points
</b>
</img>
</div>
<div class="tag tag-inline" style="margin-right:8px">
<img src="/static/img/icons/check.png" style="width:20px; height:20px; margin-right:8px"/>
<b>
0 Solves (0.0% of users)
</b>
</div>
</div>
<div class="message-centered">
<img src="/static/img/icons/warning.png"/>
<div>
<div>
No solves.
</div>
</div>
</div>
</div>
<div id="footer">
<b>
<a href="https://github.com/Milkdrop/CTFx">
CTFx
</a>
</b>
v1.3.0r5
<br/>
Made with 🧡 by
<a href="https://gitlab.com/Milkdrop">
Milkdrop
</a>
, Based on
<a href="https://github.com/Nakiami/mellivora">
mellivora
</a>
</div>
<audio id="audio-typewriter" src="/static/audio/typewriter.mp3">
</audio>
<audio id="audio-nav-mouseover" src="/static/audio/nav_mouseover.mp3">
</audio>
<audio id="audio-nav-click" src="/static/audio/nav_click.mp3">
</audio>
<audio id="audio-btn-dynamic-mouseover" src="/static/audio/btn_dynamic_mouseover.mp3">
</audio>
<audio id="audio-btn-dynamic-click" src="/static/audio/btn_dynamic_click.mp3">
</audio>
<audio id="audio-btn-solid-mouseover" src="/static/audio/btn_solid_mouseover.mp3">
</audio>
<audio id="audio-btn-solid-click" src="/static/audio/btn_solid_click.mp3">
</audio>
<audio id="audio-checkbox-click" src="/static/audio/checkbox_click.mp3">
</audio>
<script src="/static/ctfx.js-v-1.3.0r5.js" type="text/javascript">
</script>
</body>
</html>