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

# SMB - 445

يُعد SMB أحد أعلى الخدمات قيمةً في بيئات Windows. تحقّق من الجلسات الفارغة، والمشاركات، والتوقيع، وفرض القوة الغاشمة على RID، والملفات القابلة للقراءة، وإعادة استخدام بيانات الاعتماد، والوصول الإداري، والثغرات المعروفة مثل MS17-010.

## ملاحظات

<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>استعرض المضيفين، والمستخدمين، والمشاركات، وبيانات الاعتماد، والوصول المرتفع.</td><td><a href="/pages/9dba2c61adc659a8437d07f1f388bf2ef49ca43d">/pages/9dba2c61adc659a8437d07f1f388bf2ef49ca43d</a></td></tr><tr><td><strong>PsExec</strong></td><td>نفّذ الأوامر عن بُعد باستخدام بيانات الاعتماد أو قيم NTLM المجزأة.</td><td><a href="/pages/b781e820c0926fb867a04e55fec8cb05a5ed33c6">/pages/b781e820c0926fb867a04e55fec8cb05a5ed33c6</a></td></tr><tr><td><strong>SMBMap</strong></td><td>راجع أذونات المشاركة، واعرض الملفات، وقم بتنزيل الأهداف.</td><td><a href="/pages/75ed4301811a224d0cc0f24ec3d968baf582a84c">/pages/75ed4301811a224d0cc0f24ec3d968baf582a84c</a></td></tr><tr><td><strong>smbclient</strong></td><td>اعرض وادخل إلى مشاركات SMB من سطر الأوامر.</td><td><a href="/pages/a17fe6384b76fea7000b95ddca64eb289511767d">/pages/a17fe6384b76fea7000b95ddca64eb289511767d</a></td></tr><tr><td><strong>rpcclient</strong></td><td>استخدم الجلسات الفارغة واستدعاءات RPC لاستعراض المستخدمين والمجموعات.</td><td><a href="/pages/773d91d4e389a36f5661964d4c5c38a0aeaa9bb2">/pages/773d91d4e389a36f5661964d4c5c38a0aeaa9bb2</a></td></tr><tr><td><strong>NetExec</strong></td><td>استعرض مستخدمي AD واعثر على الأوصاف الحساسة.</td><td><a href="/pages/d4955d7353aa70f6f6f0435eb5da5e93a95934c4">/pages/d4955d7353aa70f6f6f0435eb5da5e93a95934c4</a></td></tr><tr><td><strong>SMBServer</strong></td><td>استضف مشاركة SMB مؤقتة لنقل الملفات.</td><td><a href="/pages/fd90688ce3e233b0a7c7b0951b680cb2da8a0df9">/pages/fd90688ce3e233b0a7c7b0951b680cb2da8a0df9</a></td></tr><tr><td><strong>EternalBlue</strong></td><td>تحقّق من MS17-010 واستغله على أهداف SMB الضعيفة.</td><td><a href="/pages/001383c046edebf53f0b484d423f8b3719aefa58">/pages/001383c046edebf53f0b484d423f8b3719aefa58</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/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.
