Skip to main content
  1. write-ups/
  2. Other CTF Adventures/
  3. CyberBangla Batch 15 CTF Writeups | Primary CTF/

Secret | Crypto

107 words·1 min·
0xShakhawat
Author
0xShakhawat
Table of Contents

CTF NAME: Secret
#

Point: 70
Category: Crypto
Description:
The Book of Secrets has secrets on every page.

Attachment: Text file. Link gist: https://gist.github.com/0xShakhawat/7ceaea35220d10bcad7d6add1ecd862f Flag: CBCTF{y0u’r3_n0t_r3ady_f0r_my_n3xt_m0ve}

Solve:
After I opened the file on Notepad I saw plaintext. Then, I immediately thought, there would be a Zero-Width Unicode Characters. So, I opened Unicode Steganography with Zero-Width Characters decoder to decode it.

Zero Width Unicode Character Decoder

Note: The hidden Bidirectional Unicode text can be viewed from Code Editors like Sublime Text, VS code, etc. I checked this text in the Sublime Text editor to view hidden characters.

Hidden Zero Width Unicode Character

Image: Hidden Zero Width Unicode Characters can be viewed from Sublime text.

Tool I used: https://330k.github.io/misc_tools/unicode_steganography.html