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

# HackTheBox

Relatos de máquinas do HackTheBox organizados por sistema operacional e dificuldade.

## Metodologia HTB

1. Enumere serviços expostos, aplicações web, subdomínios, compartilhamentos e superfícies de autenticação.
2. Identifique o acesso inicial por meio de credenciais, CVEs, upload de arquivos, LFI, injeção de comandos ou abuso de serviços.
3. Estabilize o acesso e colete contexto local: usuários, configurações, credenciais, tarefas agendadas, serviços e portas internas.
4. Eleve privilégios por meio de configurações incorretas no Linux, abuso de privilégios no Windows, caminhos do Active Directory ou serviços vulneráveis.

## Categorias de Máquinas

<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 Fácil</h4></td><td>Relatos de máquinas Linux Fácil do HackTheBox cobrindo enumeração web, serviços expostos, descoberta de credenciais, divulgação de arquivos, exploração de CMS e elevação de privilégios no Linux.</td><td><a href="/pages/b71c158a16e9da298c233188a3ef6936d0a26712">/pages/b71c158a16e9da298c233188a3ef6936d0a26712</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows Fácil</h4></td><td>Relatos de máquinas Windows Fácil do HackTheBox cobrindo SMB, enumeração do Active Directory, WinRM, divulgação de arquivos, abuso de serviços, ataques a credenciais e elevação de privilégios no Windows.</td><td><a href="/pages/0f41b53d9852ccedeab31c11e6f5e5c1d36f0063">/pages/0f41b53d9852ccedeab31c11e6f5e5c1d36f0063</a></td></tr><tr><td><h3><i class="fa-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux Médio</h4></td><td>Relatos de máquinas Linux Médio do HackTheBox cobrindo exploração web, injeção de SQL, SSRF, RCE em CMS, credenciais, pivotagem e elevação de privilégios no Linux.</td><td><a href="/pages/a73738234567c7e2d53bbf3606c2e83b3a55adcd">/pages/a73738234567c7e2d53bbf3606c2e83b3a55adcd</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows Médio</h4></td><td>Relatos de máquinas Windows Médio do HackTheBox cobrindo inclusão de arquivos, web shells, Jenkins, Active Directory, elevação de privilégios no Windows e pós-exploração.</td><td><a href="/pages/bdb8c89b91ef627981edca492d21849890227f8f">/pages/bdb8c89b91ef627981edca492d21849890227f8f</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/pt-br/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.
