│ Category: OSINT
│ Author: Imattas aka Zemi
│ Flag: byuctf{C4mer0n_cz3ch3d_it_0ut}
│ Source Path: osint/czech_this_out
────────────────────────────────────────────────────────────────────────────────
--[ Challenge Description ]--
-- text --
When Cameron Snider was a young man, he lived in a foreign country with his dad. As it turns out, some of Europe is actually not that bad. He had a blog when he was there. Can you find it?
────────────────────────────────────────────────────────────────────────────────
--[ Provided Materials ]--
- Repository folder
https://github.com/BYU-CSA/BYUCTF-2025/tree/main/osint/czech_this_out
- osint/czechthisout/README.md
https://github.com/BYU-CSA/BYUCTF-2025/blob/main/osint/czech_this_out/README.md
────────────────────────────────────────────────────────────────────────────────
--[ Recon / Initial Analysis ]--
This page imports the BYUCTF 2025 source material for the OSINT challenge Czech
This Out. The prompt is kept separate from the solve notes, and upstream
artifacts are linked so the challenge can be replayed from the original
repository.
────────────────────────────────────────────────────────────────────────────────
--[ Vulnerability / Observation ]--
The useful observation comes from the imported solve notes below. I kept the
original technical path intact while normalizing the page metadata, challenge
grouping, and author attribution for the Volume 2 writeup archive.
────────────────────────────────────────────────────────────────────────────────
--[ Exploitation / Solution ]--
Source: osint/czechthisout/README.md
https://github.com/BYU-CSA/BYUCTF-2025/blob/main/osint/czech_this_out/README.md
1. Ok, so at this point it should be pretty clear that the country in question
was the Czech Republic.
2. Doing some research, we can find that Cameron was a child when he lived here.
This tells us that it is likely not some hand-coded blog, but some generic blog
service like Blogspot or Wordpress.
3. A simple google search like "Cameron in Czech WordPress blog" brings us right
to the blog in question.
Flag - byuctf{C4mer0n_cz3ch3d_it_0ut}
────────────────────────────────────────────────────────────────────────────────
--[ Full Exploit Script ]--
No standalone exploit script was present in the selected source material.
────────────────────────────────────────────────────────────────────────────────
--[ Key Takeaways ]--
- The BYUCTF 2025 challenge material is preserved with local archive formatting.
- The page author is normalized to Imattas aka Zemi.
- The source repository remains linked for handouts, services, and solve
artifacts.