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

# منهجية OSINT

يدعم OSINT الاستطلاع من خلال جمع المعلومات العامة التي يمكن أن تكشف المستخدمين والنطاقات وبيانات الاعتماد والملفات المكشوفة والبيانات الوصفية وسطح الهجوم الخارجي.

تشمل أهداف OSINT الرئيسية عناوين البريد الإلكتروني وبيانات الاعتماد المسربة وتسريبات كلمات المرور وبيانات EXIF الوصفية وأرقام الهواتف والملفات الشخصية العامة والإشارات إلى البنية التحتية.

<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-envelope-open" style="color:$primary;">:envelope-open:</i></h3></td><td><h4>OSINT البريد الإلكتروني</h4></td><td>البحث عن عناوين البريد الإلكتروني المرتبطة بمنظمة أو نطاق والتحقق منها وربطها ببعضها.</td><td><a href="/pages/c5f614a9ae8905cbdee5bc5c8bfb727be6e5b817">/pages/c5f614a9ae8905cbdee5bc5c8bfb727be6e5b817</a></td></tr><tr><td><h3><i class="fa-unlock-keyhole" style="color:$primary;">:unlock-keyhole:</i></h3></td><td><h4>OSINT التسريبات وكلمات المرور</h4></td><td>تحليل تسريبات البيانات وكلمات المرور المكشوفة والمخاطر المرتبطة ببيانات الاعتماد المخترقة.</td><td><a href="/pages/bf9c6e19ea6a19441ec9d08902f67a8a12f6f872">/pages/bf9c6e19ea6a19441ec9d08902f67a8a12f6f872</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>OSINT البيانات الوصفية</h4></td><td>استخراج وتحليل بيانات EXIF الوصفية لتحديد المعلومات الحساسة المخفية.</td><td><a href="/pages/ab15a144d0de91d23f6262eefc370e968888f9af">/pages/ab15a144d0de91d23f6262eefc370e968888f9af</a></td></tr><tr><td><h3><i class="fa-mobile-screen-button" style="color:$primary;">:mobile-screen-button:</i></h3></td><td><h4>OSINT الهاتف</h4></td><td>البحث في أرقام الهواتف، وشركات الاتصالات، والصيغ، والأرقام المؤقتة، والآثار العامة المرتبطة بها.</td><td><a href="/pages/1d74e9b1adb3ad49bf2fa0e941d94982bdc509f1">/pages/1d74e9b1adb3ad49bf2fa0e941d94982bdc509f1</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/osint/osint-methodology.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.
