> 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/ports-and-services/smb-445.md).

# SMB - 445

SMB é um dos serviços de maior valor em ambientes Windows. Verifique sessões nulas, compartilhamentos, assinatura, força bruta de RID, arquivos legíveis, reutilização de credenciais, acesso administrativo e vulnerabilidades conhecidas, como MS17-010.

## Notas

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CrackMapExec</strong></td><td>Enumere hosts, usuários, compartilhamentos, credenciais e acesso elevado.</td><td><a href="/pages/738ffd5a4d93702552422a39486686c717ab6e3a">/pages/738ffd5a4d93702552422a39486686c717ab6e3a</a></td></tr><tr><td><strong>PsExec</strong></td><td>Execute comandos remotamente com credenciais ou hashes NTLM.</td><td><a href="/pages/a0f951c30f672f983e62fbd08ee6139fbc372b67">/pages/a0f951c30f672f983e62fbd08ee6139fbc372b67</a></td></tr><tr><td><strong>SMBMap</strong></td><td>Revise as permissões dos compartilhamentos, liste arquivos e baixe alvos.</td><td><a href="/pages/2c6857d052ba3547eef2fb859797b2f606fb56d1">/pages/2c6857d052ba3547eef2fb859797b2f606fb56d1</a></td></tr><tr><td><strong>smbclient</strong></td><td>Liste e acesse compartilhamentos SMB pela linha de comando.</td><td><a href="/pages/2c4316b4058f6e062801357c1dee582a1df65e27">/pages/2c4316b4058f6e062801357c1dee582a1df65e27</a></td></tr><tr><td><strong>rpcclient</strong></td><td>Use sessões nulas e chamadas RPC para enumerar usuários e grupos.</td><td><a href="/pages/bcb288c8c9c4da28622eee8306fc90546f15e6dc">/pages/bcb288c8c9c4da28622eee8306fc90546f15e6dc</a></td></tr><tr><td><strong>NetExec</strong></td><td>Enumere usuários do AD e encontre descrições sensíveis.</td><td><a href="/pages/06d097eb8e208501bd9a477fe085d2b95c064604">/pages/06d097eb8e208501bd9a477fe085d2b95c064604</a></td></tr><tr><td><strong>SMBServer</strong></td><td>Hospede um compartilhamento SMB temporário para transferência de arquivos.</td><td><a href="/pages/f143fc69d991c98c8e9d830132c579990a1a17c8">/pages/f143fc69d991c98c8e9d830132c579990a1a17c8</a></td></tr><tr><td><strong>EternalBlue</strong></td><td>Valide e explore o MS17-010 em alvos SMB vulneráveis.</td><td><a href="/pages/6ed43488703527773577311948fd671d2e2b6322">/pages/6ed43488703527773577311948fd671d2e2b6322</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/ports-and-services/smb-445.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.
