We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcc562 commit e8b754bCopy full SHA for e8b754b
Cryptography/Onion/README.md
@@ -1 +1,24 @@
1
+## Onion
2
3
+Description: My radio only accepts readings in MHz. However, I managed to intercept some signals at 0.05 GHz<br>
4
+Solves: 5
5
+
6
+---
7
+Solution
8
9
10
+We are given a file called `wav` which has a size of `44mb` that's oddly too large
11
12
+Checking the content reveals that it's likely a base64 encoded value
13
14
+After decoding we noticed that it gives another base64 encoded value
15
16
+This means this plaintext content was likely base64 encoded multiple times
17
18
+To solve I wrote a script to decoded the file till it isn't decodable
19
20
+Doing that gave the flag
21
22
+```
23
+Flag: csean-ctf{5l0w_5cr1pt}24
24
0 commit comments