> For the complete documentation index, see [llms.txt](https://digitalgarden.batamladen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalgarden.batamladen.com/writeups/ctfs.md).

# CTF's

- [Cyberapocalipse 2024](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2024.md)
- [Cyberapocalipse 2025](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025.md)
- [Blockchain](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/blockchain.md)
- [Web](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/web.md)
- [Whispers Of The Eldorian](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/web/whispers-of-the-eldorian.md)
- [OSINT](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/osint.md)
- [Coding](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/coding.md)
- [Summoners Incantation](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/coding/summoners-incantation.md)
- [Forensics](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/forensics.md)
- [Pwn](https://digitalgarden.batamladen.com/writeups/ctfs/cyberapocalipse-2025/pwn.md)
- [Holmes CTF 2025](https://digitalgarden.batamladen.com/writeups/ctfs/holmes-ctf-2025.md)
- [The\_Watchman's\_Residue](https://digitalgarden.batamladen.com/writeups/ctfs/holmes-ctf-2025/the_watchmans_residue.md)
- [Patriot CTF 2025](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025.md)
- [OSINT/Where's Legally Distinct Waldo Four](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-wheres-legally-distinct-waldo-four.md): Find the building where Waldo is. The flag is the building from which this photograph was taken. The full building name is the flag. Seperate spaces with underscores.
- [OSINT/Waldo's Night Out](https://digitalgarden.batamladen.com/writeups/ctfs/patriot-ctf-2025/osint-waldos-night-out.md)
- [HeroCTF v7](https://digitalgarden.batamladen.com/writeups/ctfs/heroctf-v7.md)
- [Forensics/ Operation Pensieve Breach - 1](https://digitalgarden.batamladen.com/writeups/ctfs/heroctf-v7/forensics-operation-pensieve-breach-1.md)
- [Pascal CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026.md)
- [Crypto - XorD](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026/crypto-xord.md): I just discovered bitwise operators, so I guess 1 XOR 1 = 1?
- [Crypto - Ice Creamer](https://digitalgarden.batamladen.com/writeups/ctfs/pascal-ctf-2026/crypto-ice-creamer.md)
- [0xFUN CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026.md)
- [Crypto - The Slot Whisperer](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026/crypto-the-slot-whisperer.md)
- [Crypto - Leonine Misbegotten](https://digitalgarden.batamladen.com/writeups/ctfs/0xfun-ctf-2026/crypto-leonine-misbegotten.md)
- [BITSCTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/bitsctf-2026.md)
- [Forensics - save me from this hell](https://digitalgarden.batamladen.com/writeups/ctfs/bitsctf-2026/forensics-save-me-from-this-hell.md)
- [EHAX CTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026.md)
- [power leak](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026/power-leak.md)
- [let-the-penguin-live](https://digitalgarden.batamladen.com/writeups/ctfs/ehax-ctf-2026/let-the-penguin-live.md)
- [ApoorvCTF 2026](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026.md)
- [Crypto - Cable's Temporal Loop](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026/crypto-cables-temporal-loop.md)
- [OSINT - Utopia 1](https://digitalgarden.batamladen.com/writeups/ctfs/apoorvctf-2026/osint-utopia-1.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalgarden.batamladen.com/writeups/ctfs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
