> 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/fr/writeups-ctf/hackthebox.md).

# HackTheBox

Des comptes rendus de machines HackTheBox organisés par système d'exploitation et par difficulté.

## Méthodologie HTB

1. Énumérez les services exposés, les applications web, les sous-domaines, les partages et les surfaces d'authentification.
2. Identifiez le point d'appui initial via des identifiants, des CVE, l'envoi de fichiers, la LFI, l'injection de commandes ou l'abus de services.
3. Stabilisez l'accès et collectez le contexte local : utilisateurs, configurations, identifiants, tâches planifiées, services et ports internes.
4. Élevez les privilèges via des mauvaises configurations Linux, des abus de privilèges Windows, des chemins Active Directory ou des services vulnérables.

## Catégories de machines

<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-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux Facile</h4></td><td>Des comptes rendus de machines HackTheBox Linux Facile couvrant l'énumération web, les services exposés, la découverte d'identifiants, la divulgation de fichiers, l'exploitation de CMS et l'élévation de privilèges sous Linux.</td><td><a href="/pages/1e79a43db35d255f1b4ebeb9c2d7faf57effe439">/pages/1e79a43db35d255f1b4ebeb9c2d7faf57effe439</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows Facile</h4></td><td>Des comptes rendus de machines HackTheBox Windows Facile couvrant SMB, l'énumération Active Directory, WinRM, la divulgation de fichiers, l'abus de services, les attaques sur les identifiants et l'élévation de privilèges sous Windows.</td><td><a href="/pages/6bf20feae35c144ffe0f7179688e7b0c1fcaba70">/pages/6bf20feae35c144ffe0f7179688e7b0c1fcaba70</a></td></tr><tr><td><h3><i class="fa-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux Moyen</h4></td><td>Des comptes rendus de machines HackTheBox Linux Moyen couvrant l'exploitation web, l'injection SQL, le SSRF, l'exécution de code à distance via CMS, les identifiants, le pivotement et l'élévation de privilèges sous Linux.</td><td><a href="/pages/25cbd30cf8de3cedb124152781e934dd06ee3420">/pages/25cbd30cf8de3cedb124152781e934dd06ee3420</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows Moyen</h4></td><td>Des comptes rendus de machines HackTheBox Windows Moyen couvrant l'inclusion de fichiers, les web shells, Jenkins, Active Directory, l'élévation de privilèges sous Windows et l'après-exploitation.</td><td><a href="/pages/d53489e0d061587aa4170334f1452b6434df0626">/pages/d53489e0d061587aa4170334f1452b6434df0626</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/fr/writeups-ctf/hackthebox.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.
