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

# Writeups de CTF

Writeups de máquinas CTF focados em fluxos práticos de teste de invasão: reconhecimento, enumeração, exploração, escalonamento de privilégios, movimento lateral e notas de pós-exploração.

## Fluxo de Trabalho do Writeup

1. Comece com o reconhecimento: Nmap, banners de serviços, fuzzing web, subdomínios e arquivos expostos.
2. Construa um caminho de exploração a partir da descoberta mais confiável: credenciais, CVE, upload, LFI, injeção de comandos ou abuso de serviço.
3. Estabilize o acesso inicial e documente arquivos úteis, usuários, credenciais, hashes e serviços internos.
4. Escalone privilégios por meio de sudo, SUID, kernel, serviços do Windows, tokens, Active Directory ou más configurações.
5. Mantenha comandos, payloads, capturas de tela e etapas de comprovação reproduzíveis para revisão posterior.

## Plataformas

<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>Máquinas HackTheBox</h4></td><td>Writeups de máquinas HackTheBox organizados por dificuldade em Linux e Windows, cobrindo enumeração, acesso inicial, escalonamento de privilégios, Active Directory, exploração web e abuso de serviços.</td><td><a href="/pages/a8edaad61384448ea07d01ade6784350aae20d02">/pages/a8edaad61384448ea07d01ade6784350aae20d02</a></td></tr><tr><td><h3><i class="fa-square" style="color:$primary;">:square:</i></h3></td><td><h4>Máquinas VulnHub</h4></td><td>Writeups de máquinas VulnHub para máquinas virtuais vulneráveis locais, cobrindo enumeração web, exploração de serviços, credenciais, escalonamento de privilégios e acesso root.</td><td><a href="/pages/adede4f5dc436e04bb9078796deefde0dfecdbae">/pages/adede4f5dc436e04bb9078796deefde0dfecdbae</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.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.
