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

# أدوات Windows

تدعم أدوات Windows مراجعة الامتيازات المحلية، ورسم علاقات Active Directory، وجرد نقاط النهاية، وعمليات ما بعد الاستغلال المُتحكَّم بها. استخدم هذا القسم لاختيار الأداة المناسبة للأدلة التي تحتاجها: الامتيازات المحلية، الخدمات الضعيفة، علاقات النطاق، مسارات الهجوم، أو مراجع تجاوز الملفات التنفيذية.

## سير عمل أدوات Windows

1. قم بجرد الهوية المحلية، والامتيازات، والمجموعات، والعمليات، والخدمات، والجلسات، وحالة الشبكة، والبرامج المثبتة.
2. استخدم WinPEAS أو PrivescCheck أو PowerUp أو الأوامر اليدوية لتحديد سوء التهيئة المحلية.
3. اجمع علاقات Active Directory باستخدام SharpHound أو BloodHound.py عندما يكون سياق النطاق مهمًا.
4. حلّل مسارات BloodHound لاختيار أقصر الطرق المُتحكَّم بها إلى مسؤول محلي، أو المجموعات عالية القيمة، أو اختراق النطاق.
5. تحقّق من LOLBAS وWADCom عندما تعتمد تقنية ما على ثنائيات Windows المدمجة أو على صياغة أوامر AD.

## فئات أدوات Windows

<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>جرد Windows</strong></td><td>أوامر وفحوصات محلية لتحديد الامتيازات والمجموعات والخدمات.</td><td><a href="/pages/d44cb03e3e6c51956527ac21bf8c4d8b7ecb55bc">جرد-ويندوز</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>رسم خرائط Active Directory واكتشاف مسارات الهجوم.</td><td><a href="/pages/44a9fa16ada3edd09ad1ee6e2ea2e396a019cbf7">أداة-bloodhound</a></td><td></td></tr><tr><td><strong>WinPEAS</strong></td><td>جرد آلي لرفع امتيازات Windows.</td><td><a href="https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855">https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855</a></td><td><a href="/files/2c357c75b07e34a3a8089fe23cdedc524f2c9d1c">/files/2c357c75b07e34a3a8089fe23cdedc524f2c9d1c</a></td></tr><tr><td><strong>PrivescCheck</strong></td><td>تدقيق PowerShell لسوء تهيئة Windows.</td><td><a href="https://github.com/itm4n/PrivescCheck">https://github.com/itm4n/PrivescCheck</a></td><td><a href="/files/146de747a2f58d810cde42d789edf17d1c3581b2">/files/146de747a2f58d810cde42d789edf17d1c3581b2</a></td></tr><tr><td><strong>LOLBAS</strong></td><td>مرجع للثنائيات الخاصة بـ Windows القابلة للاستخدام في التجاوزات أو التنفيذ.</td><td><a href="https://lolbas-project.github.io/">https://lolbas-project.github.io/</a></td><td><a href="/files/3fc3c0951df82710ddfba43b781a046cdacb81ce">/files/3fc3c0951df82710ddfba43b781a046cdacb81ce</a></td></tr><tr><td><strong>Sherlock</strong></td><td>اكتشاف الثغرات المحلية المعروفة في Windows.</td><td><a href="https://github.com/rasta-mouse/Sherlock">https://github.com/rasta-mouse/Sherlock</a></td><td><a href="/files/144c9135438bdf085ebc997aeae48e755758b6c7">/files/144c9135438bdf085ebc997aeae48e755758b6c7</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/windows.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.
