> 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/writeups-ctf/hackthebox.md).

# HackTheBox

شروحات آلات HackTheBox مرتبة حسب نظام التشغيل والصعوبة.

## منهجية HTB

1. حصر الخدمات المكشوفة، وتطبيقات الويب، والنطاقات الفرعية، والمشاركات، وواجهات المصادقة.
2. تحديد موطئ القدم الأولي عبر بيانات الاعتماد، أو ثغرات CVE، أو رفع الملفات، أو LFI، أو حقن الأوامر، أو إساءة استخدام الخدمة.
3. تثبيت الوصول وجمع السياق المحلي: المستخدمون، والإعدادات، وبيانات الاعتماد، والمهام المجدولة، والخدمات، والمنافذ الداخلية.
4. تصعيد الامتيازات عبر سوء تهيئة Linux، أو إساءة استخدام امتيازات Windows، أو مسارات Active Directory، أو الخدمات الضعيفة.

## فئات الآلات

<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-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux سهل</h4></td><td>شروحات آلات HackTheBox Linux Easy التي تغطي حصر خدمات الويب، والخدمات المكشوفة، واكتشاف بيانات الاعتماد، والكشف عن الملفات، واستغلال أنظمة CMS، وتصعيد امتيازات Linux.</td><td><a href="/pages/d291372ad31a379870db7fbed9d119ec23ea217f">/pages/d291372ad31a379870db7fbed9d119ec23ea217f</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows سهل</h4></td><td>شروحات آلات HackTheBox Windows Easy التي تغطي SMB، وحصر Active Directory، وWinRM، والكشف عن الملفات، وإساءة استخدام الخدمات، وهجمات بيانات الاعتماد، وتصعيد امتيازات Windows.</td><td><a href="/pages/3306a0cfb525cb5e2c50fa244e78ebe62d088f2f">/pages/3306a0cfb525cb5e2c50fa244e78ebe62d088f2f</a></td></tr><tr><td><h3><i class="fa-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux متوسط</h4></td><td>شروحات آلات HackTheBox Linux Medium التي تغطي استغلال الويب، وحقن SQL، وSSRF، وRCE في CMS، وبيانات الاعتماد، والتمرير الجانبي، وتصعيد امتيازات Linux.</td><td><a href="/pages/4e99df67376c41b99e0b571ba432504c3642d659">/pages/4e99df67376c41b99e0b571ba432504c3642d659</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows متوسط</h4></td><td>شروحات آلات HackTheBox Windows Medium التي تغطي تضمين الملفات، وweb shells، وJenkins، وActive Directory، وتصعيد امتيازات Windows، وما بعد الاستغلال.</td><td><a href="/pages/be06807fb9bdd85fff474f26a84e09dc7c10085b">/pages/be06807fb9bdd85fff474f26a84e09dc7c10085b</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/writeups-ctf/hackthebox.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.
