avatar
Cyscom
Cybersecurity Student Community of VIT Chennai
  • CTF EVENTS
  • CATEGORIES
  • TAGS
  • ARCHIVES
  • POSTS
  • ABOUT
Home CyberConverge 2025 Hidden Layers
Writeup
Cancel

Hidden Layers

Hidden Layers

  • Author: Amarnath

Initial Steps

  1. Find Morse code.
  2. Convert to Base32.
  3. Apply ROT13.
  4. Remove EVEN Postion Alphabets.

Further Solving and Steps

1
2
3
4
5
6
7
8
9
# Step 1: USE Morse decoder
<img src="./images/morsedecoded1.png" />

# Step 2 & 3: Base32 decode and ROT13
<img src="./images/from32baseandrot13.png" />

# Step 4:Remove Alphabets from EVEN Postion
ACBBCCDVE{FCGRHYIPJTK_LCM4NNO_PBQ3R_SLT4UYV3WRX5Y}Z

Final Flag reterived is:

CBCV{CRYPT_C4N_B3_L4Y3R5}

Flag

CBCV{CRYPT_C4N_B3_L4Y3R5}
Edit on GitHub
Trending Tags
authentication idor sql-injection ssti xss

© 2025 Cyscom. Some rights reserved.

Using the Jekyll theme Chirpy.

A new version of content is available.