# 2021

- [picoCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf.md)
- [General Skills](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/general.md)
- [Binary Exploitation](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/binary.md)
- [Forensics](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/forensics.md)
- [Reverse Engineering](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/re.md)
- [Cryptography](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/cryptography.md)
- [Web Exploitation](https://codingmace.gitbook.io/masterward/ctf/2021/picoctf/web.md)
- [HackiHoli](https://codingmace.gitbook.io/masterward/ctf/2021/hackiholi.md): A quick warmup before I went onto some other problems. Gave up because the flags were just trival but taking forever.
- [S.H.E.L.L CTF](https://codingmace.gitbook.io/masterward/ctf/2021/shell-2021.md)
- [DawgCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/dawgctf-2021.md): Helped Write with ABBY
- [TCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/tctf-2021.md)
- [RedPwnCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/redpwn-2021.md)
- [IJCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/ijctf-2021.md)
- [UIUCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/uiuctf-2021.md)
- [Really Awesome CTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/ractf-2021.md)
- [TMUCTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/tmuctf.md)
- [CSAW Qualifiers 2021](https://codingmace.gitbook.io/masterward/ctf/2021/csaw-qual-2021.md)
- [Pbjar CTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/pbjar-ctf-2021.md)
- [Deadface CTF 2021](https://codingmace.gitbook.io/masterward/ctf/2021/deadface-2021.md)


---

# 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://codingmace.gitbook.io/masterward/ctf/2021.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.
