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

# HTB Windows Medium

Máquinas Windows de nível médio do HackTheBox com exploração em várias etapas, abuso de serviços e caminhos de escalada de privilégios.

<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-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Hospital HackTheBox Windows Médio</h4></td><td>Relato da máquina Hospital HackTheBox Windows Médio cobrindo enumeração da web, abuso de uploads de arquivos, ferramenta p0wny-shell, quebra de senha de hash protegida, injeção de comando via comando de arquivo tipo .eps, com notas práticas de enumeração, exploração, foothold e escalada de privilégios.</td><td><a href="/pages/819b636169174dc31221b2cfc071a429ca24d0d6">/pages/819b636169174dc31221b2cfc071a429ca24d0d6</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Sniper HackTheBox Windows Médio</h4></td><td>Relato da máquina Sniper HackTheBox Windows Médio cobrindo Inclusão de Arquivo Local (LFI), Inclusão de Arquivo Remoto (RFI) (Falha), Inclusão de Arquivo Remoto por meio de Servidor SMB (técnica net usershare) (Sucesso), criação de uma webshell e obtenção de execução remota de comandos (RCE), com notas práticas de enumeração, exploração, foothold e escalada de privilégios.</td><td><a href="/pages/230f3db72df0a28e5faa3c79cf3b5036ce2ce59c">/pages/230f3db72df0a28e5faa3c79cf3b5036ce2ce59c</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Jeeves HackTheBox Windows Médio</h4></td><td>Relato da máquina Jeeves HackTheBox Windows Médio cobrindo exploração do Jenkins (Groovy Script Console), quebra do KeePass, Pass-the-Hash (Psexec), RottenPotato (SeImpersonatePrivilege), com notas práticas de enumeração, exploração, foothold e escalada de privilégios.</td><td><a href="/pages/4d81f7dcb56528d3837c353e4a1459a8e7447229">/pages/4d81f7dcb56528d3837c353e4a1459a8e7447229</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/windows-medium.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.
