> For the complete documentation index, see [llms.txt](https://zweilosec.gitbook.io/htb-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zweilosec.gitbook.io/htb-writeups/linux-machines.md).

# Linux Machines

- [Easy](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy.md): Write-ups for Easy-difficulty Linux machines from https://hackthebox.eu
- [HTB - Traceback](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/traceback-write-up.md): Zweilosec's write-up on the easy difficulty Linux machine Traceback from https://hackthebox.eu
- [HTB - Admirer](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/admirer-write-up.md): Zweilosec's write-up on the easy difficulty Linux machine 'Admirer' from https://hackthebox.eu.
- [HTB - Blunder](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/blunder-write-up.md): Zweilosec's write-up of the easy-difficulty Linux machine from http://hackthebox.eu
- [HTB - Tabby](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/tabby-write-up.md)
- [HTB - Doctor](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/doctor.md): Zweilosec's writeup on the easy-difficulty Linux machine Doctor from https://hackthebox.eu
- [HTB - Luanne](https://zweilosec.gitbook.io/htb-writeups/linux-machines/easy/luanne.md)
- [Medium](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium.md): Write-ups for Medium-difficulty Linux machines from https://hackthebox.eu
- [HTB - Book](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/book-write-up.md): Zweilosec's writeup on the medium-difficulty Linux machine Book from https://hackthebox.eu
- [HTB - Magic](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/magic-write-up.md): Zweilosec's write-up on the medium difficulty machine Magic from https://hackthebox.eu
- [HTB - Cache](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/cache-write-up.md): needs revision and cleanup
- [HTB - SneakyMailer](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/sneakymailer-writeup.md): Zweilosec's writeup on the medium difficulty Linux machine from https://hackthebox.eu
- [HTB - OpenKeyS](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/openkeys.md)
- [HTB - Jewel](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/jewel.md): Zweilosec's writeup on the medium-difficulty Linux machine Jewel from https://hackthebox.eu
- [HTB - Time](https://zweilosec.gitbook.io/htb-writeups/linux-machines/medium/time.md)
- [Hard](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard.md): Write-ups for Hard-difficulty Linux machines from https://hackthebox.eu
- [HTB - ForwardSlash](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/forwardslash-write-up.md)
- [HTB - Oouch](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/oouch-write-up.md): Zweilosec's write-up on the hard difficulty Linux machine Oouch from https://hackthebox.eu
- [HTB - Quick](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/quick-write-up.md): Zweilosec's write-up on the hard difficulty Linux machine Quick from https://hackthebox.eu
- [HTB - Travel](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/travel-write-up.md): Zweilosec's writeup on the Hard difficulty Linux machine from https://hackthebox.eu
- [HTB - Intense](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/intense-write-up.md)
- [HTB - Unbalanced](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/unbalanced.md): Zweilosec's writeup of the hard-difficulty machine Unbalanced from https://hackthebox.eu
- [HTB - Feline](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/feline.md): Zweilosec's writeup on the hard-difficulty Linux machine Feline from https://hackthebox.eu
- [HTB - Compromised](https://zweilosec.gitbook.io/htb-writeups/linux-machines/hard/compromised.md): Zweilosec's writeup on the hard-difficulty machine Compromised from https://hackthebox.eu
- [Insane](https://zweilosec.gitbook.io/htb-writeups/linux-machines/insane.md): Write-ups for Insane-difficulty Linux machines from https://hackthebox.eu
- [HTB - PlayerTwo](https://zweilosec.gitbook.io/htb-writeups/linux-machines/insane/playertwo-write-up.md)
- [HTB - Dyplesher](https://zweilosec.gitbook.io/htb-writeups/linux-machines/insane/dyplesher-write-up.md): Zweilosec's write-up of the Insane difficulty Linux machine from https://hackthebox.eu
- [HTB - Laser](https://zweilosec.gitbook.io/htb-writeups/linux-machines/insane/laser.md): Zweilosec's writeup of the insane-difficulty Linux machine from https://hackthebox.eu
- [HTB - Crossfit](https://zweilosec.gitbook.io/htb-writeups/linux-machines/insane/crossfit.md): Zweilosec's write-up on the insane-difficulty Linux machine from https://hackthebox.eu


---

# 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://zweilosec.gitbook.io/htb-writeups/linux-machines.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.
