# ๐ด My First CTFโโโWeb Challenge Writeup (NahamCon 2025)

๐ด My First CTF โ Web Challenge Writeup (NahamCon 2025)

A beginner-friendly challenge that teaches you to never underestimate simplicity
๐ง Challenge Overview
The challenge presented a very minimalistic webpage with no visible links, scripts, or interactions. All it showed was a cryptic string in the description:
Nz Gjstu DUG
It looked like gibberish at first, but it was clearly a clue.
๐ต๏ธ Initial Analysis โ Whatโs โNz Gjstu DUGโ?
Looking closely, this appeared to be a simple Caesar Cipher, specifically ROT-1 (rotate each letter by one position back).
Using any ROT decoder:
Nz Gjstu DUG โ My First CTF
Nice! That confirmed our suspicion โ weโre likely looking for a file named something like flag.txt, maybe obfuscated with the same cipher.
๐ Recon & Enumeration
There were no visible links or resources on the page, so I started manually guessing hidden paths based on the ROT-1 logic.
Letโs try encoding flag.txt with ROT-1:
f โ g
l โ m
a โ b
g โ h
. โ .
t โ u
x โ y
t โ u
=> gmbh.uyu
So, I navigated to:
https://3lw6bi8o.eu1.ctfio.com/gmbh.uyu
Boom! ๐
๐ A Troll Message?
The page displayed this message:
Ha, you wish!
At first, I thought it was a dead endโฆ but then I noticed something interesting.
My browser downloaded a file automatically.
A closer look revealed: it was flag.txt.
๐ฏ The Flag
Opening the file gave me:
flag{b67779a5cfca7f1dd120a075a633afe9}
โ๏ธ Challenge complete!
๐ง Takeaways
- Always pay attention to hints, especially simple ciphers like Caesar.
- Just because a page shows nothing, doesnโt mean it does nothing.
- Always watch for unexpected downloads โ the flag might be hiding there.
- Trust your instincts and dig a bit deeper. Sometimes the simplest CTFs teach the best lessons.
Thanks for reading! If you found this writeup helpful, drop a ๐ or follow me for more beginner-friendly CTF content. Happy hacking! ๐ฑโ๐ป
๋ฉํ๋ฐ์ดํฐ
- post_id
- 89d5f8c5e4e2
- slug
- my-first-ctf-web-challenge-writeup-nahamcon-2025-89d5f8c5e4e2
- url
- https://medium.com/@alyasbndhman/my-first-ctf-web-challenge-writeup-nahamcon-2025-89d5f8c5e4e2
- canonical_url
- https://medium.com/@alyasbndhman/my-first-ctf-web-challenge-writeup-nahamcon-2025-89d5f8c5e4e2
- author_url
- https://medium.com/@alyasbndhman
- status
- ok
- fetched_at
- 2026-08-04 07:15:46