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

# أدوات بيانات الاعتماد والهوية

استخدم هذه الموارد لفحوصات كشف بيانات الاعتماد، ومراجعة قوة كلمات المرور، والبحث عن التجزئات، وسير عمل كسر كلمات المرور، ومراجعة بيانات الاعتماد الافتراضية، وبحث قوائم الكلمات، وتجهيز أسماء المستخدمين. يجب أن توجد منهجية وأمثلة الأوامر في صفحات القوة الغاشمة أو OSINT أو التقييم ذات الصلة؛ فهذه الصفحة هي دليل الأدوات المركزي لبيانات الاعتماد والهوية.

## الأدوات

<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>أداة فحص كلمات المرور من Security.org</strong></td><td>يقدّر قوة كلمة المرور والوقت التقريبي اللازم لكسرها لمراجعة تعليمية لكلمات المرور.</td><td><a href="https://www.security.org/how-secure-is-my-password/">https://www.security.org/how-secure-is-my-password/</a></td><td><a href="/files/839a56b3e9c8928a0a0d4679504907654f20014f">/files/839a56b3e9c8928a0a0d4679504907654f20014f</a></td></tr><tr><td><strong>CrackStation</strong></td><td>خدمة بحث عن التجزئات عبر الإنترنت باستخدام قواعد بيانات كبيرة مُسبقة الحساب.</td><td><a href="https://crackstation.net/">https://crackstation.net/</a></td><td><a href="/files/3ddb6745a7f5a1d296f2b63382782ba4274a274b">/files/3ddb6745a7f5a1d296f2b63382782ba4274a274b</a></td></tr><tr><td><strong>OnlineHashCrack</strong></td><td>خدمة استعادة تجزئات كلمات المرور عبر الإنترنت لسير عمل تدقيق كلمات المرور المصرّح به.</td><td><a href="https://www.onlinehashcrack.com/">https://www.onlinehashcrack.com/</a></td><td><a href="/files/5d201473f2f5b156f6bef04804d344c1e2db52c4">/files/5d201473f2f5b156f6bef04804d344c1e2db52c4</a></td></tr><tr><td><strong>كلمات المرور الافتراضية</strong></td><td>البحث عن بيانات الاعتماد الافتراضية للمنتجات والأجهزة والخدمات أثناء الفحوصات المصرّح بها.</td><td><a href="https://default-password.info/">https://default-password.info/</a></td><td><a href="/files/425dafc6a606e73c28d5842b963caabbb5066737">/files/425dafc6a606e73c28d5842b963caabbb5066737</a></td></tr><tr><td><strong>John the Ripper</strong></td><td>حزمة لكسر كلمات المرور تدعم العديد من تنسيقات التجزئة وأنواع الأرشيف والمفاتيح الخاصة وسير عمل الكسر المخصصة.</td><td><a href="https://www.openwall.com/john/">https://www.openwall.com/john/</a></td><td><a href="/files/c87e93d9ff659a0a218d81407e54e1ea264f6a8d">/files/c87e93d9ff659a0a218d81407e54e1ea264f6a8d</a></td></tr><tr><td><strong>Weakpass</strong></td><td>مجموعة كبيرة من قواميس كلمات المرور للتدقيق المنضبط لكلمات المرور وسير عمل الكسر.</td><td><a href="https://weakpass.com/">https://weakpass.com/</a></td><td><a href="/files/76f50e1dc46808b68114e327c2d3ffb0777a87aa">/files/76f50e1dc46808b68114e327c2d3ffb0777a87aa</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/credentials.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.
