# krauq

## CTF

- [Home](https://ctf.krauq.com/home.md): A collection of CTF challenge writeups, aimed towards beginners for now.
- [UMassCTF 2026](https://ctf.krauq.com/umassctf-2026.md): Solutions to most challenges
- [DawgCTF 2026](https://ctf.krauq.com/dawgctf-2026.md): AI-generated writeups for all but the two 0-solve challenges (well Rubiya got warmth right before the end)
- [UNbreakable 2026](https://ctf.krauq.com/unbreakable-2026.md): Probably my last CTF for a while. Pretty late publishing this, was same weekend as DiceCTF.
- [SrdnlenCTF 2026](https://ctf.krauq.com/srdnlenctf-2026.md): Writeups for all but two challenges
- [0xFun CTF 2026](https://ctf.krauq.com/0xfun-ctf-2026.md): All AI generated writeups, quality will be especially low since there are were so many and challenge updates/etc., let me know of any mistakes/omissions and I'll fix.
- [LACTF 2026](https://ctf.krauq.com/lactf-2026.md): Solution to most challenges
- [PragyanCTF 2026](https://ctf.krauq.com/pragyanctf-2026.md): Writeups for most challenges
- [NullconCTF 2026](https://ctf.krauq.com/nullconctf-2026.md): Solutions to all challenges
- [PascalCTF 2026](https://ctf.krauq.com/pascalctf-2026.md): Solutions for all challenges.
- [KnightCTF 2026](https://ctf.krauq.com/knightctf-2026.md)
- [ScarletCTF 2026](https://ctf.krauq.com/scarletctf-2026.md): Solutions for all the challenges (Rutgers University CTF)
- [UofTCTF 2026](https://ctf.krauq.com/uoftctf-2026.md): My writeups for a majority of the challenges
- [VuwCTF 2025](https://ctf.krauq.com/vuwctf-2025.md): Writeups for most of the challenges in VuwCTF 2025 hosted by Victoria University of Wellington in New Zealand
- [ScriptCTF 2025](https://ctf.krauq.com/scriptctf-2025.md): Writeup for most challenges in ScriptCTF2025. Also check out krauq.com, now in beta (Free AI toolbox with tradable tokens)
- [CubeCTF 2025](https://ctf.krauq.com/cubectf-2025.md): Solutions for 10 questions (out of 13 with at least 1 solve). Also advertisement for https://krauq.ai.
- [GoogleCTF 2025](https://ctf.krauq.com/googlectf-2025.md): Writeups for all misc challenges and soft release of my new AI toolbox project (autonomous CTF solver)
- [BCACTF 2024](https://ctf.krauq.com/bcactf-2024.md): Challenges in order on ctf page, some may seem out of order.
- [UTCTF 2024](https://ctf.krauq.com/utctf-2024.md): Writeups for challenges I solved
- [WolvCTF 2024](https://ctf.krauq.com/wolvctf-2024.md): Writeups for challenges I solved in team Project Sekai
- [vikeCTF 2024](https://ctf.krauq.com/vikectf-2024.md): Solutions for all but two problems.
- [Bi0sCTF 2024](https://ctf.krauq.com/bi0sctf-2024.md): Writeup for A Block and a Hard Place
- [BroncoCTF 2024](https://ctf.krauq.com/broncoctf-2024.md): All solutions in categories roughly sorted from easy to hard.
- [DiceCTF 2024](https://ctf.krauq.com/dicectf-2024.md): My writeups, aimed to be more descriptive for beginners.
- [TetCTF 2024](https://ctf.krauq.com/tetctf-2024.md): My writeups, aimed to be more descriptive for beginners.
- [Mapna CTF 2024](https://ctf.krauq.com/mapna-ctf-2024.md): My writeups, sorted by category and roughly by easiest to hardest overall.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ctf.krauq.com/home.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
