> 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.md).

# CTF-Lösungen

CTF-Maschinen-Writeups mit Fokus auf praktische Penetrationstesting-Workflows: Aufklärung, Enumeration, Ausnutzung, Privilegieneskalation, laterale Bewegung und Notizen zur Post-Exploitation.

## Write-up-Workflow

1. Beginne mit Aufklärung: Nmap, Service-Banner, Web-Fuzzing, Subdomains und offengelegte Dateien.
2. Baue einen Ausnutzungspfad ausgehend vom zuverlässigsten Fund auf: Zugangsdaten, CVE, Upload, LFI, Command Injection oder Missbrauch des Dienstes.
3. Stabilisiere den Erstzugriff und dokumentiere nützliche Dateien, Benutzer, Zugangsdaten, Hashes und interne Dienste.
4. Eskaliere Privilegien über sudo, SUID, Kernel, Windows-Dienste, Tokens, Active Directory oder Fehlkonfigurationen.
5. Halte Befehle, Payloads, Screenshots und Beweisschritte zur späteren Überprüfung reproduzierbar.

## Plattformen

<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-cube" style="color:$primary;">:cube:</i></h3></td><td><h4>HackTheBox-Maschinen</h4></td><td>HackTheBox-Maschinen-Writeups, sortiert nach Linux- und Windows-Schwierigkeitsgrad, mit Abdeckung von Enumeration, initialem Zugriff, Privilegieneskalation, Active Directory, Web-Ausnutzung und Dienstmissbrauch.</td><td><a href="/pages/07fa755f6faddafe7e28912750c88a91cc902e4b">/pages/07fa755f6faddafe7e28912750c88a91cc902e4b</a></td></tr><tr><td><h3><i class="fa-square" style="color:$primary;">:square:</i></h3></td><td><h4>VulnHub-Maschinen</h4></td><td>VulnHub-Maschinen-Writeups für lokale verwundbare virtuelle Maschinen, mit Abdeckung von Web-Enumeration, Dienstausnutzung, Zugangsdaten, Privilegieneskalation und Root-Zugriff.</td><td><a href="/pages/cb7e3d048ddc566ce993cdaffd9d8fe196b5dbad">/pages/cb7e3d048ddc566ce993cdaffd9d8fe196b5dbad</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.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.
