> 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.md).

# أدوات الاكتشاف والجرد

استخدم هذه الفئة لتعيين التعرّض المستهدف: سجلات DNS، النطاقات الفرعية، خدمات الشبكة، نتائج فحص الثغرات، مستودعات Git المكشوفة، أبحاث الاستشعار اللاسلكي، وإشارات تقنيات الويب.

## الأدوات والموارد

<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-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>Nessus</h4></td><td>ملاحظات فحص الثغرات باستخدام Nessus لتقييم الشبكة والمضيف والخدمة والتطبيق ونظام التشغيل.</td><td><a href="/pages/1910e51fafdc9a5b1c38afcab524dc92d46c0860">/pages/1910e51fafdc9a5b1c38afcab524dc92d46c0860</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>تعداد DNS</h4></td><td>ملاحظات أدوات تعداد DNS للاستكشاف السلبي لـ DNS، وتعداد النطاقات الفرعية، وسجلات DNS، وفحوصات نقل المنطقة، وdnsrecon وdnsenum وDNSDumpster، والإجبار الغاشم، واكتشاف المضيف، وسير عمل الاستطلاع.</td><td><a href="/pages/8da6f60bb74f24268d5046bced2104a9d47ee040">/pages/8da6f60bb74f24268d5046bced2104a9d47ee040</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>أدوات تقييم خدمات الشبكة</h4></td><td>أدوات تقييم خدمات الشبكة لـ SMB وKerberos وLDAP وSNMP وNFS وRPC واختبار المصادقة وتعداد خدمات Windows أو Active Directory.</td><td><a href="/pages/899c5c603ef082db3ab0610c04a3f46b69d0f482">/pages/899c5c603ef082db3ab0610c04a3f46b69d0f482</a></td></tr><tr><td><h3><i class="fa-wifi" style="color:$primary;">:wifi:</i></h3></td><td><h4>RuView WiFi Sensing</h4></td><td>ملاحظات RuView لاستشعار WiFi CSI، وإعداد ESP32، والعروض التوضيحية المحاكاة، واكتشاف الوجود، وأبحاث الحركة، والتحقق مع مراعاة الخصوصية.</td><td><a href="/pages/26765028a685f50d807e317397e74832d23f374f">/pages/26765028a685f50d807e317397e74832d23f374f</a></td></tr><tr><td><h3><i class="fa-code-branch" style="color:$primary;">:code-branch:</i></h3></td><td><h4>Git-Dumper</h4></td><td>ملاحظات Git-Dumper لاستعادة أدلة .git المكشوفة ومراجعة سجل المستودع المسرب أثناء تقييمات الويب.</td><td><a href="/pages/8bc89115ea42a2c4086baf856c6788133ee8b084">/pages/8bc89115ea42a2c4086baf856c6788133ee8b084</a></td></tr></tbody></table>

### سير العمل

1. ابدأ بالاكتشاف السلبي وسياق DNS.
2. تحقق من الخدمات المكشوفة وإشارات التقنيات باستخدام تعداد موجّه.
3. شغّل أدوات الفحص فقط عندما يكون النطاق والتفويض واضحين.
4. أكد النتائج عالية التأثير يدويًا قبل الإبلاغ عنها.
5. احتفظ بالمخرجات الخام والإصدارات والطوابع الزمنية ومسارات الأدلة.


---

# 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.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.
