File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ sidebar_label: Overview
5
5
description : Writeup for challenge shufflebox of Down Under CTF 2024
6
6
---
7
7
8
+ Down Under CTF 2024 is the first CTF I've participated in. Our team did very well. This is writeup for one of
9
+ the simpler challenges I've solved. Feedback is really, really appreciated.
10
+
8
11
## Prologue
9
12
10
- CTF Event: Down Under CTF 2024
13
+ Difficulty: beginner
11
14
12
- Website: [ https://downunderctf.com/ ] ( https://downunderctf.com/ )
15
+ Category: cryptography
13
16
14
- Solves : 582
17
+ Solved : 582
15
18
16
19
!!! quote "Description"
17
20
I've learned that if you shuffle your text, it's elrlay hrda to tlle htaw eht nioiglra nutpi aws.
@@ -168,6 +171,7 @@ for i in range(16):
168
171
print(challenge[ resolved_positions[ i]] , end="")
169
172
```
170
173
171
- ## Epilogue
174
+ ## Epilogue
172
175
173
- Official writeups: https://github.com/DownUnderCTF/Challenges_2024_Public
176
+ * Official website: [ https://downunderctf.com/ ] ( https://downunderctf.com/ )
177
+ * Official writeups: https://github.com/DownUnderCTF/Challenges_2024_Public
You can’t perform that action at this time.
0 commit comments