โ† Back to list

# ๐Ÿด My First CTFโ€Šโ€”โ€ŠWeb Challenge Writeup (NahamCon 2025)

![NahamCon CTF Banner](https://3lw6bi8o.eu1.ctfio.com/rotten.jpg)

brono theo ยท 2025-07-12 21:37 ยท 0 claps ยท 1.4 min read
#nahamcon-ctf-2025 #my-first-ctf #beginner-ctf #cybersecurity #ctf-writeup
Open on Medium โ†—
Wiki topics: ๐Ÿ”’ ยท Cybersecurity

๐Ÿด 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