> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/writeups-ctf/hackthebox/windows-medium.md).

# HTB Windows Mittel

Windows-Medium-HackTheBox-Maschinen mit mehrstufiger Ausnutzung, Dienstmissbrauch und Pfaden zur Privilegieneskalation.

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Hospital HackTheBox Windows Medium</h4></td><td>Write-up zur Hospital HackTheBox Windows-Medium-Maschine mit Abdeckung von Web-Enumeration, Missbrauch von Datei-/Uploads mit dem p0wny-shell-Tool, Knacken eines geschützten Hash-Passworts, Datei-Befehlsinjektion vom Typ .eps sowie praktischen Notizen zu Aufklärung, Ausnutzung, Fußfassen und Privilegieneskalation.</td><td><a href="/pages/b9a1cf211a59f65be9804332fc2943639dcc7f85">/pages/b9a1cf211a59f65be9804332fc2943639dcc7f85</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Sniper HackTheBox Windows Medium</h4></td><td>Write-up zur Sniper HackTheBox Windows-Medium-Maschine mit Abdeckung von Local File Inclusion (LFI), Remote File Inclusion (RFI) (fehlgeschlagen), Remote File Inclusion über den SMB-Server (net usershare-Technik) (erfolgreich), Erstellen einer Webshell und Erreichen von Remote Command Execution (RCE) sowie praktischen Notizen zu Aufklärung, Ausnutzung, Fußfassen und Privilegieneskalation.</td><td><a href="/pages/ac15a5512113f7c2819c6d606282e60f106e2cf0">/pages/ac15a5512113f7c2819c6d606282e60f106e2cf0</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Jeeves HackTheBox Windows Medium</h4></td><td>Write-up zur Jeeves HackTheBox Windows-Medium-Maschine mit Abdeckung von Jenkins-Ausnutzung (Groovy Script Console), Knacken von KeePass, Pass-the-Hash (PsExec), RottenPotato (SeImpersonatePrivilege) sowie praktischen Notizen zu Aufklärung, Ausnutzung, Fußfassen und Privilegieneskalation.</td><td><a href="/pages/54b0faffe0b7d2e8c759b117e8da517919b5a56a">/pages/54b0faffe0b7d2e8c759b117e8da517919b5a56a</a></td></tr></tbody></table>


---

# 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://hacking-notes.jord4n.pro/de/writeups-ctf/hackthebox/windows-medium.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.
