┌───────────────────────┐
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
│                       │
└───────────────────────┘
Incontinent — BYUCTF 2026
~ Imattas aka Zemi
 Category: Pwn
 Author: Imattas aka Zemi
 Flag: byuctf{incontinent_is_one_of_my_favorite_words_lol}
 Source Path: pwn/incontinent

────────────────────────────────────────────────────────────────────────────────

--[ Challenge Description ]--
-- text --
Flag is in the program on the remote server, if only there was a way to make it a little more leaky
────────────────────────────────────────────────────────────────────────────────

--[ Provided Materials ]--

- Repository folder
https://github.com/BYU-CSA/BYUCTF-2026/tree/main/pwn/incontinent
- pwn/incontinent/README.md
https://github.com/BYU-CSA/BYUCTF-2026/blob/main/pwn/incontinent/README.md

────────────────────────────────────────────────────────────────────────────────

--[ Recon / Initial Analysis ]--

This page imports the BYUCTF 2026 source material for the Pwn challenge
Incontinent. 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: pwn/incontinent/README.md
https://github.com/BYU-CSA/BYUCTF-2026/blob/main/pwn/incontinent/README.md

I just love the word incontinent. Send like 32 'A's over to the remote server
and you'll see the flag.

Flag: byuctf{incontinent_is_one_of_my_favorite_words_lol}

────────────────────────────────────────────────────────────────────────────────

--[ Full Exploit Script ]--

No standalone exploit script was present in the selected source material.

────────────────────────────────────────────────────────────────────────────────

--[ Key Takeaways ]--

- The BYUCTF 2026 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.