# Write-Ups

- [CTF - BugBase - RaaS](https://ccat.gitbook.io/cyber-sec/write-ups/ctf-bugbase-raas.md): A beginner-friendly introduction to heap-related CTF challenges.
- [THM - Binex](https://ccat.gitbook.io/cyber-sec/write-ups/thm-binex.md): Exploiting the SUID bit and a buffer overflow for privesc after brute forcing the initial access.
- [THM - Brainpan](https://ccat.gitbook.io/cyber-sec/write-ups/brainpan.md): Exploiting a buffer overflow and abusing sudo privileges for escalation.
- [THM - CMesS](https://ccat.gitbook.io/cyber-sec/write-ups/cmess.md): Discovering a virtual host that leads to a compromised CMS with subsequent sudo privesc.
- [THM - Mr. Robot](https://ccat.gitbook.io/cyber-sec/write-ups/mr-robot.md): WordPress exploitation and password cracking on a Mr. Robot-themed target.
- [THM - Olympus](https://ccat.gitbook.io/cyber-sec/write-ups/olympus.md): A custom CMS and a puzzle-like exploit chain with some SUID fun for privesc.
- [THM - UltraTech](https://ccat.gitbook.io/cyber-sec/write-ups/ultratech.md): Exploiting an exposed API endpoint and weak password hashes before escalating via docker.


---

# 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://ccat.gitbook.io/cyber-sec/write-ups.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.
