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

# VulnHub

Resoluções do VulnHub para máquinas virtuais vulneráveis independentes e prática de laboratório local.

## Metodologia VulnHub

1. Importe a VM, identifique o IP alvo e enumere todos os serviços expostos.
2. Identifique apps web, serviços, credenciais, compartilhamentos e superfícies de gerenciamento acessíveis apenas localmente.
3. Explore o primeiro ponto de acesso confiável e estabilize o acesso à shell.
4. Eleve privilégios para root ou administrador por meio de más configurações locais, permissões fracas, problemas no kernel ou credenciais.

## 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>VulnHub Linux</h4></td><td>Resoluções de máquinas Linux do VulnHub cobrindo enumeração de laboratório local, exploração web, upload de arquivos, abuso do phpMyAdmin, quebra de credenciais e elevação de privilégios no Linux.</td><td><a href="/pages/49523060a551d76be7c22fab2ac8545b472b7e23">/pages/49523060a551d76be7c22fab2ac8545b472b7e23</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>VulnHub Windows</h4></td><td>Notas de máquinas Windows do VulnHub para prática local com VMs vulneráveis, enumeração de serviços do Windows, exploração e elevação de privilégios.</td><td><a href="/pages/69c2792b42dbc756d930804d121bd8f15441a001">/pages/69c2792b42dbc756d930804d121bd8f15441a001</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/vulnhub.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.
