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

# SMB - 445

SMB est l’un des services les plus précieux dans les environnements Windows. Vérifiez les sessions nulles, les partages, la signature, le brute force RID, les fichiers lisibles, la réutilisation des identifiants, l’accès administrateur et les vulnérabilités connues telles que MS17-010.

## Notes

<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>Répertoriez les hôtes, les utilisateurs, les partages, les identifiants et les accès privilégiés.</td><td><a href="/pages/94fff0494061eac0779eef55c84c1c0a7125446b">/pages/94fff0494061eac0779eef55c84c1c0a7125446b</a></td></tr><tr><td><strong>PsExec</strong></td><td>Exécutez des commandes à distance avec des identifiants ou des hachages NTLM.</td><td><a href="/pages/819463e9fc46ae9571738d35c5dc4aafc8d4e02b">/pages/819463e9fc46ae9571738d35c5dc4aafc8d4e02b</a></td></tr><tr><td><strong>SMBMap</strong></td><td>Examinez les autorisations des partages, listez les fichiers et téléchargez les cibles.</td><td><a href="/pages/b3eefee55e58fee636ff29887ef7b279c6752f55">/pages/b3eefee55e58fee636ff29887ef7b279c6752f55</a></td></tr><tr><td><strong>smbclient</strong></td><td>Listez et accédez aux partages SMB depuis la ligne de commande.</td><td><a href="/pages/3654cfcac21dd2f486717ddf51182edda9c9fa93">/pages/3654cfcac21dd2f486717ddf51182edda9c9fa93</a></td></tr><tr><td><strong>rpcclient</strong></td><td>Utilisez des sessions nulles et des appels RPC pour énumérer les utilisateurs et les groupes.</td><td><a href="/pages/37e57edb14bfa5179b03b7b32516a0b1920194e3">/pages/37e57edb14bfa5179b03b7b32516a0b1920194e3</a></td></tr><tr><td><strong>NetExec</strong></td><td>Répertoriez les utilisateurs d’Active Directory et trouvez des descriptions sensibles.</td><td><a href="/pages/e27c9f9bc63dd357121279efe1f3d7a53fd74f79">/pages/e27c9f9bc63dd357121279efe1f3d7a53fd74f79</a></td></tr><tr><td><strong>SMBServer</strong></td><td>Hébergez un partage SMB temporaire pour le transfert de fichiers.</td><td><a href="/pages/5f248784c9af6dda0a0fbfe1c3bc908018fb45e2">/pages/5f248784c9af6dda0a0fbfe1c3bc908018fb45e2</a></td></tr><tr><td><strong>EternalBlue</strong></td><td>Validez et exploitez MS17-010 sur des cibles SMB vulnérables.</td><td><a href="/pages/792588b19b8cfdb44a72f3bf1ab646a43815fa1a">/pages/792588b19b8cfdb44a72f3bf1ab646a43815fa1a</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/fr/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.
