← BACK TO WRITEUPS
54 words
1 minute
SCSC2026 Quals - ngecUaPeX - Reverse Engineering Writeup
[!NOTE] CTF CHALLENGE OVERVIEW
- CTF Event:
SCSC 2026- Category:
Writeup- Difficulty:
[MEDIUM]- Tools Used:
Python 3,Linux CLI- Author / Writeup:
LIGHT
Category: Reverse Engineering
Flag: SCSC26{y4re_Y@R3}
Challenge Description
A Caesar Cipher (ROT) brute force challenge with the string:
lelahletihlunglaiAnalysis
Try ROT 1–25 and look for an output that becomes readable.
Solution
After brute forcing the rotations, the readable result is:
y4re_Y@R3Put it into the given flag format:
SCSC26{y4re_Y@R3}
SCSC2026 Quals - ngecUaPeX - Reverse Engineering Writeup
Author
Light
Published at
2026-02-17
License
CC BY-NC-SA 4.0