# CTFs

- [Fword CTF 2020](https://ir0nstone.gitbook.io/notes/writeups/ctfs/fword-ctf-2020.md): https://ctftime.org/event/1066
- [Binary Exploitation](https://ir0nstone.gitbook.io/notes/writeups/ctfs/fword-ctf-2020/binary-exploitation.md)
- [Molotov](https://ir0nstone.gitbook.io/notes/writeups/ctfs/fword-ctf-2020/binary-exploitation/untitled.md): A ret2libc with a given leak
- [Reversing](https://ir0nstone.gitbook.io/notes/writeups/ctfs/fword-ctf-2020/reversing.md)
- [XO](https://ir0nstone.gitbook.io/notes/writeups/ctfs/fword-ctf-2020/reversing/xo.md): Messing with the XOR
- [X-MAS CTF 2020](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020.md)
- [Pwn](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020/pwn.md)
- [Do I Know You?](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020/pwn/do-i-know-you.md)
- [Naughty](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020/pwn/naughty.md)
- [Web](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020/web.md)
- [PHP Master](https://ir0nstone.gitbook.io/notes/writeups/ctfs/x-mas-ctf-2020/web/php-master.md)
- [HTB CyberSanta 2021](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021.md)
- [Crypto](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021/crypto.md)
- [Common Mistake](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021/crypto/common-mistake.md): Common Mod, DIfferent e
- [Missing Reindeer](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021/crypto/missing-reindeer.md): Cube Root Attack
- [Xmas Spirit](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021/crypto/xmas-spirit.md)
- [Meet Me Halfway](https://ir0nstone.gitbook.io/notes/writeups/ctfs/htb-cybersanta-2021/crypto/meet-me-halfway.md): Meet-in-the-middle attack on AES


---

# Agent Instructions: 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:

```
GET https://ir0nstone.gitbook.io/notes/writeups/ctfs.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.
