> For the complete documentation index, see [llms.txt](https://docs.golgothus.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golgothus.tech/ctf.md).

# CTF

- [TryHackMe Write-ups](https://docs.golgothus.tech/ctf/tryhackme-write-ups.md)
- [Mr Robot](https://docs.golgothus.tech/ctf/tryhackme-write-ups/mr-robot.md)
- [Burp Suite](https://docs.golgothus.tech/ctf/tryhackme-write-ups/burp-suite.md)
- [Web Fundamentals](https://docs.golgothus.tech/ctf/tryhackme-write-ups/web-fundamentals.md)
- [TMUX](https://docs.golgothus.tech/ctf/tryhackme-write-ups/tmux.md)
- [Linux Fundamentals - Part 1](https://docs.golgothus.tech/ctf/tryhackme-write-ups/linux-fundamentals-part-1.md)
- [Linux Fundamentals - Part 2](https://docs.golgothus.tech/ctf/tryhackme-write-ups/linux-fundamentals-part-2.md)
- [Linux Priv Escalation](https://docs.golgothus.tech/ctf/tryhackme-write-ups/linux-priv-escalation.md)
- [OWASP JuiceShop](https://docs.golgothus.tech/ctf/tryhackme-write-ups/owasp-juiceshop.md)
- [OWASP Top 10](https://docs.golgothus.tech/ctf/tryhackme-write-ups/owasp-top-10.md)
- [HackTheBox](https://docs.golgothus.tech/ctf/hackthebox.md)
- [Pilgrimage](https://docs.golgothus.tech/ctf/hackthebox/pilgrimage.md): Hack the Box Pilgrimage Challenge, completed when the challenge was live.
- [Codify](https://docs.golgothus.tech/ctf/hackthebox/codify.md)
- [CozyHosting](https://docs.golgothus.tech/ctf/hackthebox/cozyhosting.md)
- [Sau](https://docs.golgothus.tech/ctf/hackthebox/sau.md)
- [Analytics](https://docs.golgothus.tech/ctf/hackthebox/analytics.md)
- [Tracks - Beginner](https://docs.golgothus.tech/ctf/hackthebox/tracks-beginner.md): Following the beginner track on HackTheBox to work on skilling back up
- [Lame](https://docs.golgothus.tech/ctf/hackthebox/tracks-beginner/lame.md): Lame is a beginner level machine, requiring only one exploit to obtain root access. It was the first machine published on Hack The Box and was often the first machine for new users prior to its retire


---

# 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://docs.golgothus.tech/ctf.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.
