-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenges-category-7.html
648 lines (648 loc) · 21.2 KB
/
challenges-category-7.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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
Challenges : IrisCTF 2025 - 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." 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"/>
<!-- CSS -->
<link href="/static/ctfx.css-v-1.3.0.css" rel="stylesheet"/>
</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 class="active" href="/challenges.html">
Challenges
</a>
<a href="/scoreboard.html">
Scoreboard
</a>
<a href="/profile.html">
</a>
<form action="/api" method="post">
</form>
</div>
</div>
<a href="/news.html">
<div id="news-bar">
News (click for archive)
</div>
</a>
<div id="body-content">
<div class="pre-category-name">
Challenge category:
</div>
<div class="category-name typewriter">
Open-Source Intelligence
</div>
<div style="display:flex; flex-wrap:wrap">
<div class="decorator-square-container" style="transform: rotate(270deg)">
<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;filter:invert(1);">
</div>
</div>
<a class="btn-solid btn-solid-warning" href="challenges-category-Binary+Exploitation.html" style="margin:0px 8px 8px 0px">
Binary Exploitation
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Cryptography.html" style="margin:0px 8px 8px 0px">
Cryptography
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Forensics.html" style="margin:0px 8px 8px 0px">
Forensics
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Miscellaneous.html" style="margin:0px 8px 8px 0px">
Miscellaneous
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Networks.html" style="margin:0px 8px 8px 0px">
Networks
</a>
<a class="btn-solid btn-solid-warning active" href="challenges-category-Open-Source+Intelligence.html" style="margin:0px 8px 8px 0px">
Open-Source Intelligence
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Radio+Frequency.html" style="margin:0px 8px 8px 0px">
Radio Frequency
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Reverse+Engineering.html" style="margin:0px 8px 8px 0px">
Reverse Engineering
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Web+Exploitation.html" style="margin:0px 8px 8px 0px">
Web Exploitation
</a>
<a class="btn-solid btn-solid-warning" href="challenges-category-Welcome.html" style="margin:0px 8px 8px 0px">
Welcome
</a>
</div>
<div style="margin-bottom: 8px">
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-35.html">
OSINT DISCLAIMER
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
freebie
</span>
</div>
<p>
The challenges this year does not require you to contact anyone. There will be no social media accounts needed to solve these challenges. Please refrain from reaching out to individuals on social media or contacting restaurants to inquire about further details. Such actions are unnecessary and will result in consequences leading to disqualification. Solving this challenge will unlock the rest of the Open-Source Intelligence category
</p>
<p>
<br/>
</p>
<p>
flag:
<code>
irisctf{sp01l_f00d_1s_b4d_mk4y}
</code>
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px">
<b style="margin-right:8px">
By:
</b>
Lychi
</img>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-29.html">
Checking Out of Winter
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
easy
</span>
</div>
<p>
<strong>
CHALLENGE'S DISCLAIMER:
</strong>
Please do not include any accent markings or special characters into the flag. Apply proper capitalization to the flag. Here's an example of the flag
<code>
irisctf{Iris_Hotel}
</code>
if there is a special symbol like '&' please type out the word 'and'.
</p>
<hr/>
<p>
<br/>
</p>
<p>
We took our annual road trip to Baja California Sur to visit the beach and play some golf. I like how this location is farther from the city compared to other resorts. I really enjoyed the sweet and savory sauce on the pizza with shredded chicken. After eating, I fell asleep, and half of my legs ended up getting tanned.
</p>
<p>
<br/>
</p>
<p>
<strong>
Question:
</strong>
Which hotel did Adam stay at?
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://osint-food-blog-web.chal.irisc.tf/" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-danger btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/link.png" style="width:20px; height:20px; margin-right:8px">
https://osint-food-blog-web.chal.irisc.tf/
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px">
<b style="margin-right:8px">
By:
</b>
Lychi
</img>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-30.html">
Sleuths and Sweets
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
easy
</span>
</div>
<p>
<strong>
CHALLENGE'S DISCLAIMER:
</strong>
Here’s an example of the address format
<code>
irisctf{3_Chome_12_8_Azabu_Minato}
</code>
.
Please do not include any accent markings or special characters into the flag. Apply proper capitalization to the flag.
</p>
<hr/>
<p>
<br/>
</p>
<p>
I visited my friend in Japan, and we had some alright crepes! The area had a lot of foot traffic, so we expected a long wait, but it was worth it. I’m usually not a fan of yogurt in my crepe, but it still tasted pretty alright.
</p>
<p>
<br/>
</p>
<p>
<strong>
Question:
</strong>
What is the address of this location?
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://osint-food-blog-web.chal.irisc.tf/" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-danger btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/link.png" style="width:20px; height:20px; margin-right:8px">
https://osint-food-blog-web.chal.irisc.tf/
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
Lychi
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-31.html">
Not Eelaborate
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
easy
</span>
</div>
<p>
<strong>
CHALLENGE'S DISCLAIMER:
</strong>
Please do not include any accent markings or special characters into the flag. Apply proper capitalization to the flag. Here's an example of the flag
<code>
irisctf{Restaurant_Name}
</code>
</p>
<hr/>
<p>
<br/>
</p>
<p>
After my long train ride, I visited a deer park and got to feed the wildlife. There were so many restaurants to choose from but I was craving eel. I really like the soup mixed in with the rice and fish. The wasabi threw me off since I don’t normally have it served this way.
</p>
<p>
<br/>
</p>
<p>
I would recommend this place if you want to find a quiet restaurant to eat at, and wouldn’t mind finding a few small fish bones. Eels are known to carry lots of tiny bones it’s inevitable that you’ll find it in a lot of places.
</p>
<p>
<br/>
</p>
<p>
<strong>
Question:
</strong>
What is the full name of the restaurant?
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://osint-food-blog-web.chal.irisc.tf/" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-danger btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/link.png" style="width:20px; height:20px; margin-right:8px">
https://osint-food-blog-web.chal.irisc.tf/
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
Lychi
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-32.html">
Late Night Bite
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
medium
</span>
</div>
<p>
<strong>
CHALLENGE'S DISCLAIMER:
</strong>
Please do not include any accent markings or special characters into the flag. Apply proper capitalization to the flag. Here's an example of the flag
<code>
irisctf{Restaurant_Name}
</code>
</p>
<hr/>
<p>
<br/>
</p>
<p>
Adam recorded an entry about his favorite hangout spot in his blog, but he hid it on purpose.
</p>
<p>
<br/>
</p>
<p>
<strong>
Question:
</strong>
Can you find where his favorite hangout spot is?
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://osint-food-blog-web.chal.irisc.tf/" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-danger btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/link.png" style="width:20px; height:20px; margin-right:8px">
https://osint-food-blog-web.chal.irisc.tf/
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
Lychi
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-2.html">
fuel deal
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
medium
</span>
</div>
<p>
My friend spotted this really good fuel deal for his car, but he won't tell me where he got it. He sent this picture to make me mad and he even blurred out the road signs! Can you find this deal for me?
</p>
<p>
<br/>
</p>
<p>
The flag is the address of the gas station, omitting the post code and any symbols including commas, replacing spaces with underscores (_), and with all abbreviations expanded.
</p>
<p>
<br/>
</p>
<p>
For example, if the building is located at 1888 Big Eddy Rd (address), Revelstoke (city/suburb), BC (state/territory) V0E 3K0 (post code), Canada (country), the flag would be:
</p>
<p>
<br/>
</p>
<p>
<code>
irisctf{1888_Big_Eddy_Road_Revelstoke_British_Columbia_Canada}
</code>
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://cdn.2025.irisc.tf/fuel-deal.tar.gz" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/package.png" style="width:20px; height:20px; margin-right:8px">
fuel-deal.tar.gz
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
bobby
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-43.html">
where's bobby
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
247 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
medium
</span>
</div>
<p>
I took this picture while I was on a road trip. I distinctively remember that there was a body of water along this route, and there weren't many populated areas. Find the route number of the road I was on.
</p>
<p>
<br/>
</p>
<p>
The flag is the route number and the 2-character abbreviation of the country it is in, seperated by an underscore (_). For example, if the route was route 23 in British Columbia, Canada, the flag would be
<code>
irisctf{23_CA}
</code>
.
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://cdn.2025.irisc.tf/wheres-bobby.tar.gz" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/package.png" style="width:20px; height:20px; margin-right:8px">
files
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
bobby
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div style="display:flex">
<a href="challenge-id-44.html">
where's bobby 2
</a>
<div class="challenge-points">
<img src="/static/img/icons/flag.png"/>
50 Points
</div>
</div>
<small>
</small>
</div>
<div class="card-content">
<div style="margin-top: -4px; display:flex; flex-wrap: wrap">
<span class="btn-solid btn-solid-warning" style="margin:0px 8px 8px 0px; background-color: #3333bb;">
<img src="/static/img/icons/tag.png" style="width: 16px; padding-right: 4px;"/>
medium
</span>
</div>
<p>
I took this picture while I was on a trip, somewhere, and I saw this beautiful wall art.
However, in a shocking turn of events, I don't know where it was! Can you find it for me?
</p>
<p>
<br/>
</p>
<p>
The flag is the coordinates of the building which contains this wall art, in decimal format and correct to 3 decimal places, and seperated by an underscore (_).
</p>
<p>
<br/>
</p>
<p>
For example, if the building was located at
<code>
50°59'52.934"N, 118°13'28.792"W
</code>
the flag would be
<code>
irisctf{50.998_-118.225}
</code>
.
</p>
<div style="margin-top:8px; display:flex; flex-wrap: wrap">
<a href="https://cdn.2025.irisc.tf/wheres-bobby-2.tar.gz" style="text-decoration:none; margin-right:8px; margin-bottom:8px" target="_blank">
<div class="tag tag-inline btn-solid btn-solid-link" style="margin-bottom:0px">
<img src="/static/img/icons/package.png" style="width:20px; height:20px; margin-right:8px">
files
</img>
</div>
</a>
</div>
<div>
</div>
<div class="tag tag-inline" style="margin-bottom:0px">
<img src="/static/img/icons/user.png" style="width:20px; height:20px; margin-right:8px"/>
<b style="margin-right:8px">
By:
</b>
bobby
</div>
</div>
</div>
</div>
<div id="footer">
<b>
Forked from
<a href="https://github.com/Milkdrop/CTFx">
CTFx
</a>
</b>
v1.3.0, developed by
<a href="https://irissec.xyz/">
IrisSec
</a>
.
<br/>
CTFx by
<a href="https://gitlab.com/Milkdrop">
Milkdrop
</a>
, based on
<a href="https://github.com/Nakiami/mellivora">
Mellivora
</a>
.
<br/>
WebGL version developed by
<a href="https://github.com/nesrak1">
nope
</a>
.
<a href="/redir-choice-wgl.html">
Go to WebGL version
</a>
</div>
<!-- JS -->
<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.0.js" type="text/javascript">
</script>
</body>
</html>