> 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/hacking-tools/enumeration/network-service-assessment-tools.md).

# Outils d'évaluation des services réseau

Utilisez ces outils lors des workflows d’énumération de services autorisés, de validation d’authentification et d’évaluation de réseaux Windows ou Active Directory. La méthodologie spécifique à chaque protocole doit rester dans les pages des services concernés ; cette page est le catalogue central.

## Outils

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nom</th><th>Description</th><th>Lien officiel</th><th data-hidden data-card-cover data-type="image">Image de couverture</th></tr></thead><tbody><tr><td><strong>CrackMapExec</strong></td><td>Outil de post-exploitation et d’évaluation réseau principalement axé sur les environnements Active Directory et Windows.</td><td><a href="https://github.com/byt3bl33d3r/CrackMapExec">https://github.com/byt3bl33d3r/CrackMapExec</a></td><td><a href="/files/42850dc7e51e20409a3fba12a2c699de94e5d6ba">/files/42850dc7e51e20409a3fba12a2c699de94e5d6ba</a></td></tr><tr><td><strong>NetExec</strong></td><td>Successeur maintenu par la communauté dans l’écosystème CrackMapExec pour l’évaluation des services réseau.</td><td><a href="https://github.com/Pennyw0rth/NetExec">https://github.com/Pennyw0rth/NetExec</a></td><td><a href="/files/2c83f7d4c9dbeb6b2d7e9657d8a367ad2741278f">/files/2c83f7d4c9dbeb6b2d7e9657d8a367ad2741278f</a></td></tr><tr><td><strong>Impacket</strong></td><td>Collection Python pour travailler avec des protocoles réseau tels que SMB, Kerberos, LDAP, MSSQL et d’autres.</td><td><a href="https://github.com/fortra/impacket">https://github.com/fortra/impacket</a></td><td><a href="/files/9736596f4669afc3bd3fb31fd71a33a280c74f58">/files/9736596f4669afc3bd3fb31fd71a33a280c74f58</a></td></tr><tr><td><strong>rpcclient</strong></td><td>Utilitaire Samba pour interagir avec les services RPC Microsoft lors de l’énumération.</td><td><a href="https://www.samba.org/samba/docs/current/man-html/rpcclient.1.html">https://www.samba.org/samba/docs/current/man-html/rpcclient.1.html</a></td><td><a href="/files/9c921bdfa2896a6f6d4c16d221f86eefeb572a26">/files/9c921bdfa2896a6f6d4c16d221f86eefeb572a26</a></td></tr><tr><td><strong>Hydra</strong></td><td>Outil de test de connexion réseau pour les workflows d’audit de mots de passe sur les protocoles pris en charge.</td><td><a href="https://github.com/vanhauser-thc/thc-hydra">https://github.com/vanhauser-thc/thc-hydra</a></td><td><a href="/files/d0b3287d1a508a0ce7bab98b353f6b984812b58e">/files/d0b3287d1a508a0ce7bab98b353f6b984812b58e</a></td></tr><tr><td><strong>Kerbrute</strong></td><td>Outil d’énumération de noms d’utilisateur Kerberos et d’audit de mots de passe pour les évaluations Active Directory.</td><td><a href="https://github.com/ropnop/kerbrute">https://github.com/ropnop/kerbrute</a></td><td><a href="/files/b4927a0023e3e5c155d6f528d1cd9397edecc24f">/files/b4927a0023e3e5c155d6f528d1cd9397edecc24f</a></td></tr><tr><td><strong>snmpwalk</strong></td><td>Utilitaire d’énumération SNMP utilisé pour interroger les appareils compatibles SNMP.</td><td><a href="https://www.net-snmp.org/docs/man/snmpwalk.html">https://www.net-snmp.org/docs/man/snmpwalk.html</a></td><td><a href="/files/b2e5e8fa9ee47b4c04a04ef7d2d84ce2b4992d96">/files/b2e5e8fa9ee47b4c04a04ef7d2d84ce2b4992d96</a></td></tr><tr><td><strong>ldapsearch</strong></td><td>Utilitaire de requête LDAP pour l’énumération et la validation de l’annuaire.</td><td><a href="https://www.openldap.org/software/man.cgi?query=ldapsearch">https://www.openldap.org/software/man.cgi?query=ldapsearch</a></td><td><a href="/files/37d7def6369719685d298334eedbb794fda8d9c1">/files/37d7def6369719685d298334eedbb794fda8d9c1</a></td></tr><tr><td><strong>smbclient</strong></td><td>Client Samba utilisé pour lister, accéder et interagir avec les partages SMB.</td><td><a href="https://www.samba.org/samba/docs/current/man-html/smbclient.1.html">https://www.samba.org/samba/docs/current/man-html/smbclient.1.html</a></td><td><a href="/files/1827b048e86c20a1248f227d725623d3b3df3881">/files/1827b048e86c20a1248f227d725623d3b3df3881</a></td></tr><tr><td><strong>enum4linux-ng</strong></td><td>Outil d’énumération basé sur Linux pour les cibles SMB, NetBIOS et Windows ou Samba.</td><td><a href="https://github.com/cddmp/enum4linux-ng">https://github.com/cddmp/enum4linux-ng</a></td><td><a href="/files/f1569c4164ace4a8fc993a3a6df7a748f1283705">/files/f1569c4164ace4a8fc993a3a6df7a748f1283705</a></td></tr><tr><td><strong>showmount</strong></td><td>Utilitaire NFS utilisé pour lister les partages exportés d’un serveur NFS.</td><td><a href="https://man7.org/linux/man-pages/man8/showmount.8.html">https://man7.org/linux/man-pages/man8/showmount.8.html</a></td><td><a href="/files/1bc8ac363ac41e6d4c82099e9a5e416bfab9a75c">/files/1bc8ac363ac41e6d4c82099e9a5e416bfab9a75c</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/hacking-tools/enumeration/network-service-assessment-tools.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.
