-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-id-101.html
225 lines (225 loc) · 5.92 KB
/
user-id-101.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
User : 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 style="display:flex; margin-bottom: 16px">
<img src="https://www.gravatar.com/avatar/cb4f08f3bc218ac014735114fb2c37d1?s=256&d=mp">
<div style="margin-left:16px">
<div class="pre-category-name">
Team:
</div>
<div class="category-name">
0xDisabled
</div>
<div style="display:flex">
<div class="tag tag-inline" style="margin-right:8px">
<img src="/static/img/flags/ae.png" style="width:20px; height:20px; margin-right:8px"/>
<b>
United Arab Emirates
</b>
</div>
<div class="tag tag-inline">
<b>
509 Points
</b>
</div>
</div>
</div>
</img>
</div>
<div class="section-header">
<div class="decorator-square-container" style="transform: rotate(0deg)">
<div class="decorator-square-component" style="background-color:#009927">
</div>
<div class="decorator-square-component title-decorator-gray">
</div>
<div class="decorator-square-component decorator-square-icon" style="background-image: url('/static/img/icons/arrow.png');background-size: 16px;">
</div>
</div>
Solved challenges
</div>
<table>
<thead>
<tr>
<th style="flex-basis: 15%;">
Category
</th>
<th style="flex-basis: 50%;">
Challenge
</th>
<th style="flex-basis: 35%;">
Solved
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="flex-basis: 15%;">
<a href="/challenges-category-3.html">
Web Exploitation
</a>
</td>
<td style="flex-basis: 50%;">
<a href="/challenge-id-6.html">
babycsrf
</a>
(359 Points)
</td>
<td style="flex-basis: 35%;">
<span class="tooltip" style="">
<span time-difference="67965">
18 Hours, 52 Minutes
</span>
after release (solver #29)
<div class="tooltip-text">
07/01/2023 - 18:52:45 UTC+0
</div>
</span>
</td>
</tr>
<tr>
<td style="flex-basis: 15%;">
<a href="/challenges-category-3.html">
Web Exploitation
</a>
</td>
<td style="flex-basis: 50%;">
<a href="/challenge-id-8.html">
babystrechy
</a>
(50 Points)
</td>
<td style="flex-basis: 35%;">
<span class="tooltip" style="">
<span time-difference="65552">
18 Hours, 12 Minutes
</span>
after release (solver #38)
<div class="tooltip-text">
07/01/2023 - 18:12:32 UTC+0
</div>
</span>
</td>
</tr>
<tr>
<td style="flex-basis: 15%;">
<a href="/challenges-category-6.html">
Networks
</a>
</td>
<td style="flex-basis: 50%;">
<a href="/challenge-id-22.html">
babyshark
</a>
(50 Points)
</td>
<td style="flex-basis: 35%;">
<span class="tooltip" style="">
<span time-difference="68805">
19 Hours, 6 Minutes
</span>
after release (solver #217)
<div class="tooltip-text">
07/01/2023 - 19:06:45 UTC+0
</div>
</span>
</td>
</tr>
<tr>
<td style="flex-basis: 15%;">
<a href="/challenges-category-9.html">
Welcome
</a>
</td>
<td style="flex-basis: 50%;">
<a href="/challenge-id-1.html">
Sanity Check
</a>
(50 Points)
</td>
<td style="flex-basis: 35%;">
<span class="tooltip" style="">
<span time-difference="49608">
13 Hours, 46 Minutes
</span>
after release (solver #429)
<div class="tooltip-text">
07/01/2023 - 13:46:48 UTC+0
</div>
</span>
</td>
</tr>
</tbody>
</table>
</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>