Skip to content

Commit c9d894f

Browse files
committed
fix(links): update links to including leading backslash
1 parent 19cb3d7 commit c9d894f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_posts/2024-11-17-1337up-live-2024-quick-recovery.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, misc, writeups]
66
description: 1337UP Live 2024 Quick Recovery Challenge
77
image:
8-
path: assets/img/1337up-2024/quick-recovery/qr_code.png
8+
path: /assets/img/1337up-2024/quick-recovery/qr_code.png
99
alt: a jumbled up QR code
1010
post: false
1111
---
@@ -17,7 +17,7 @@ image:
1717

1818
Downloading the attached file and extrating its contents leads us to have a `gen.py` file and a `obscured.png` file. What is the png?
1919

20-
![the original qr code](assets/img/1337up-2024/quick-recovery/qr_code.png)
20+
![the original qr code](/assets/img/1337up-2024/quick-recovery/qr_code.png)
2121

2222
Huh, that looks pretty scrambled. Well, lets run the python script!
2323

@@ -110,12 +110,12 @@ a_order = ["1", "3", "2", "4"] # UPDATE ME
110110
b_order = ["4", "2", "3", "1"] # UPDATE ME
111111
```
112112

113-
![better image](assets/img/1337up-2024/quick-recovery/obscured.png)
113+
![better image](/assets/img/1337up-2024/quick-recovery/obscured.png)
114114

115115
Hey!, now while it is split in half, lets take a screenshot of each half and rearrange those so that its in order. Sure, we could try finding the correct arrangement of numbers, but for a first try I'll take it.
116116

117-
![QR1](assets/img/1337up-2024/quick-recovery/qr1.png)
117+
![QR1](/assets/img/1337up-2024/quick-recovery/qr1.png)
118118

119-
![QR2](assets/img/1337up-2024/quick-recovery/qr2.png)
119+
![QR2](/assets/img/1337up-2024/quick-recovery/qr2.png)
120120

121121
FLAG: `INTIGRITI{7h475_h0w_y0u_r3c0n57ruc7_qr_c0d3}`

_posts/2025-05-26-nahamcon-ctf-2025-snad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image:
1616
1717
In this challenge, we we're given a website that lets you place sand and watch it fill up the screen.
1818

19-
![The site](assets/img/nahamcon-ctf-2025/snad/image0.png)
19+
![The site](/assets/img/nahamcon-ctf-2025/snad/image0.png)
2020

2121
It does have it's own code, so lets take a look at that code to see if there's anything interesting there.
2222

0 commit comments

Comments
 (0)