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

# أدوات تقييم خدمات الشبكة

استخدم هذه الأدوات أثناء تعداد الخدمات المصرَّح به، والتحقق من المصادقة، وسير عمل تقييم شبكة Windows أو Active Directory. يجب أن تبقى المنهجية الخاصة بكل بروتوكول في صفحات الخدمة ذات الصلة؛ فهذه الصفحة هي الفهرس المركزي.

## الأدوات

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>الاسم</th><th>الوصف</th><th>الرابط الرسمي</th><th data-hidden data-card-cover data-type="image">صورة الغلاف</th></tr></thead><tbody><tr><td><strong>CrackMapExec</strong></td><td>أداة ما بعد الاستغلال وتقييم الشبكة، تركز أساسًا على بيئات Active Directory وWindows.</td><td><a href="https://github.com/byt3bl33d3r/CrackMapExec">https://github.com/byt3bl33d3r/CrackMapExec</a></td><td><a href="/files/3a83e254c57fdf8f76d5c62069e99f0ef8034025">/files/3a83e254c57fdf8f76d5c62069e99f0ef8034025</a></td></tr><tr><td><strong>NetExec</strong></td><td>الخليفة المُدار من المجتمع ضمن منظومة CrackMapExec لتقييم خدمات الشبكة.</td><td><a href="https://github.com/Pennyw0rth/NetExec">https://github.com/Pennyw0rth/NetExec</a></td><td><a href="/files/d4f445d5be91cd4e051a813093d861c397d89899">/files/d4f445d5be91cd4e051a813093d861c397d89899</a></td></tr><tr><td><strong>Impacket</strong></td><td>مجموعة أدوات Python للعمل مع بروتوكولات الشبكة مثل SMB وKerberos وLDAP وMSSQL وغيرها.</td><td><a href="https://github.com/fortra/impacket">https://github.com/fortra/impacket</a></td><td><a href="/files/2981081a4851f5e3b3902917c6bb781d4bea9336">/files/2981081a4851f5e3b3902917c6bb781d4bea9336</a></td></tr><tr><td><strong>rpcclient</strong></td><td>أداة Samba للتفاعل مع خدمات Microsoft RPC أثناء التعداد.</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/d810e8aefa1e937b76a53b903d30cb8d78df5cb4">/files/d810e8aefa1e937b76a53b903d30cb8d78df5cb4</a></td></tr><tr><td><strong>Hydra</strong></td><td>أداة اختبار تسجيل الدخول عبر الشبكة لسير عمل تدقيق كلمات المرور ضد البروتوكولات المدعومة.</td><td><a href="https://github.com/vanhauser-thc/thc-hydra">https://github.com/vanhauser-thc/thc-hydra</a></td><td><a href="/files/727381a8a7db0fe417e156d9c830d838ecc6688c">/files/727381a8a7db0fe417e156d9c830d838ecc6688c</a></td></tr><tr><td><strong>Kerbrute</strong></td><td>أداة لتعداد أسماء مستخدمي Kerberos وتدقيق كلمات المرور لتقييمات Active Directory.</td><td><a href="https://github.com/ropnop/kerbrute">https://github.com/ropnop/kerbrute</a></td><td><a href="/files/8adb17681a7b22608ae4b8bbbe67ec43a86ae0c4">/files/8adb17681a7b22608ae4b8bbbe67ec43a86ae0c4</a></td></tr><tr><td><strong>snmpwalk</strong></td><td>أداة لتعداد SNMP تُستخدم للاستعلام عن الأجهزة المفعَّل عليها 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/420146dc45c6a3276087f2ca506328cb9a905022">/files/420146dc45c6a3276087f2ca506328cb9a905022</a></td></tr><tr><td><strong>ldapsearch</strong></td><td>أداة استعلام LDAP لتعداد الدليل والتحقق منه.</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/a343f88e63ef1ee10816dc85c84d170dacdea884">/files/a343f88e63ef1ee10816dc85c84d170dacdea884</a></td></tr><tr><td><strong>smbclient</strong></td><td>عميل Samba يُستخدم لسرد مشاركات 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/c42ce160be6619f358ec78f6f190d7d40bf3e80a">/files/c42ce160be6619f358ec78f6f190d7d40bf3e80a</a></td></tr><tr><td><strong>enum4linux-ng</strong></td><td>أداة تعداد قائمة على Linux لأهداف SMB وNetBIOS وWindows أو Samba.</td><td><a href="https://github.com/cddmp/enum4linux-ng">https://github.com/cddmp/enum4linux-ng</a></td><td><a href="/files/58f894ee80df4a0dd7669db8304715ffd160c875">/files/58f894ee80df4a0dd7669db8304715ffd160c875</a></td></tr><tr><td><strong>showmount</strong></td><td>أداة NFS تُستخدم لسرد المشاركات المصدَّرة من خادم 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/3fc0194c49a3ac7da340aea04a7d47843781d76e">/files/3fc0194c49a3ac7da340aea04a7d47843781d76e</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/ar/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.
