> For the complete documentation index, see [llms.txt](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups.md).

# CTF Writeups

- [Intigriti Challenges](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/intigriti-challenges.md)
- [1223](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/intigriti-challenges/1223.md)
- [ASIS CTF quals 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/asisquals-22.md)
- [Beginner Ducks](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/asisquals-22/beginner-ducks.md): WEB | 37 pts - 176 solves
- [CSAW 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/csaw-22.md)
- [Dockreleakage](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/csaw-22/dockreleakage.md): REV | 52 pts - 440 solves
- [My Little Website](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/csaw-22/my-little-website.md): WEB | 54 pts - 406 solves
- [Word Wide Web](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/csaw-22/word-wide-web.md): WEB | 54 pts - 406 solves
- [Cybersecurityrumble CTF 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/cybersecurityrumble-ctf.md)
- [Crymeplx](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/cybersecurityrumble-ctf/crymeplx.md): CRY | 100 pts - 170 solves
- [Revmeplx](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/cybersecurityrumble-ctf/revmeplx.md): REV | 100 pts - 201 solves
- [HTB University CTF 2023](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/htb-university-ctf-2023.md)
- [Rev](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/htb-university-ctf-2023/rev.md)
- [Windowsofopportunity](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/htb-university-ctf-2023/rev/windowsofopportunity.md)
- [Metared 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/metared-2022.md): 2nd stage
- [1x02..ware](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/metared-2022/1x02..ware.md): REV | 100 pts - 86 solves
- [Backwards](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/metared-2022/backwards.md): REV | 244 pts - 25 solves
- [Reply CTF 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/reply-ctf.md)
- [Dungeons And Breakfast](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/reply-ctf/dungeons-and-breakfast.md): WEB | 100 pts
- [Teamitaly CTF 2022](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/teamitaly-ctf.md)
- [Flag Proxy](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/teamitaly-ctf/flag-proxy.md): WEB | 471 pts - 41 solves
- [MOCA CTF 2024 Quals](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/moca-ctf-2024-quals.md)
- [RaaS \[WEB\]](https://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups/moca-ctf-2024-quals/raas-web.md): 500 pts


---

# 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://simones-organization-4.gitbook.io/hackbook-of-a-hacker/ctf-writeups.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.
