> For the complete documentation index, see [llms.txt](https://ctf.smithsecurity.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctf.smithsecurity.biz/htb-cyber-apocalypse-2023/2023-htb-cyber-apocalypse-challenges/misc-persistence.md).

# Misc - Persistence

The challenge description says that if we request the /flag endpoint, 1 in a 1000 times it will return the flag. This was stupid easy to do with scripting.

<figure><img src="/files/cAl0wN9yL58aKRJzfecI" alt=""><figcaption><p>Simple Python script to request until it gets the flag</p></figcaption></figure>

PWNED?
