Skip to content

Commit 3a5bc1b

Browse files
committed
Merge pull request #17 from Forty-Bot/patch-6
Added a simpler solution for Format Deception
2 parents 3b93a99 + 8d93f61 commit 3a5bc1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

060-format_deception.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ After you manage to open the .nds file, (if you don't know how, Google is your b
1212

1313
## Solution
1414

15-
We open this in a hex editor (I used HxD). We note the header bytes are 50 4B, or PK. This means that it is actually a .zip file. We rename the extension to .zip, and open it. There are lots of files! Our first instinct is to look through the thumbnails, except the image is super blurry. Too bad, we have to look through the slew of other files. Thankfully, the somewhat obvious file "settings" seems to have our flag in it!
15+
```
16+
$ file format_deception.nds
17+
format_deception.nds: OpenDocument Text
18+
$ libreoffice format_deception.nds
19+
```
20+
21+
A document with the flag inside.
1622

1723
## Flag
1824

0 commit comments

Comments
 (0)