Skip to content

Commit e8b754b

Browse files
authored
Update README.md
1 parent bfcc562 commit e8b754b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Cryptography/Onion/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1+
## Onion
12

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

Comments
 (0)