> 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/websites-and-infrastructure.md).

# المواقع الإلكترونية والبنية التحتية

استخدم هذه الموارد للبحث في بنية الويب التحتية، والخدمات المكشوفة على الإنترنت، وحالات المواقع التاريخية، وتغييرات الصفحات، ونسخ المحتوى المشبوه.

## الأدوات

<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>شودان</strong></td><td>محرك بحث للأجهزة والخدمات وقواعد البيانات والكاميرات والبنية التحتية المكشوفة المتصلة بالإنترنت.</td><td><a href="https://www.shodan.io/">https://www.shodan.io/</a></td><td><a href="/files/48df9238ff8378d66a0b12fed4cbdf2754bf1c48">/files/48df9238ff8378d66a0b12fed4cbdf2754bf1c48</a></td></tr><tr><td><strong>مغسلة المعلومات</strong></td><td>تحليل أنماط نسخ المحتوى وبنية الموقع للتحقيق في غسيل المعلومات.</td><td><a href="https://informationlaundromat.com/">https://informationlaundromat.com/</a></td><td><a href="/files/605ede7501a685aeff3cf50b6cd5b637e1590958">/files/605ede7501a685aeff3cf50b6cd5b637e1590958</a></td></tr><tr><td><strong>Wayback Machine</strong></td><td>اعرض وأرشف الإصدارات التاريخية من صفحات الويب عبر أرشيف الإنترنت.</td><td><a href="https://web.archive.org/">https://web.archive.org/</a></td><td><a href="/files/6c625240587e74a853a7a5a08d1e17a69422bfc5">/files/6c625240587e74a853a7a5a08d1e17a69422bfc5</a></td></tr><tr><td><strong>دستيل.آي أو</strong></td><td>مراقبة صفحات الويب وتلقي التنبيهات عند تغيّر المحتوى.</td><td><a href="https://distill.io/">https://distill.io/</a></td><td><a href="/files/dad11af87998c068c0268e7d593dc6507883efe5">/files/dad11af87998c068c0268e7d593dc6507883efe5</a></td></tr><tr><td><strong>البحث عبر جوجل في Pentest-Tools</strong></td><td>أداة مساعدة للبحث المتقدم عبر جوجل لاكتشاف الملفات الحساسة المفهرسة، واللوحات المكشوفة، والمعلومات العامة.</td><td><a href="https://pentest-tools.com/information-gathering/google-hacking">https://pentest-tools.com/information-gathering/google-hacking</a></td><td><a href="/files/62a58c9b173fb14a3f1bc2f4d396da722c0010ec">/files/62a58c9b173fb14a3f1bc2f4d396da722c0010ec</a></td></tr><tr><td><strong>قاعدة بيانات Google Hacking من Exploit-DB</strong></td><td>قاعدة بيانات مُنتقاة من أوامر Google dorks للعثور على الملفات واللوحات والنسخ الاحتياطية المكشوفة وغيرها من العناصر المفهرسة.</td><td><a href="https://www.exploit-db.com/google-hacking-database">https://www.exploit-db.com/google-hacking-database</a></td><td><a href="/files/b9a507508041caccea543535f30f63974ea151b9">/files/b9a507508041caccea543535f30f63974ea151b9</a></td></tr><tr><td><strong>دورك سيرش</strong></td><td>مولّد أوامر Google dork لصياغة استعلامات بحث متقدمة بسرعة.</td><td><a href="https://dorksearch.com/">https://dorksearch.com/</a></td><td><a href="/files/e4df05747e5461d3a6a242dd022f7e7a306fdf5f">/files/e4df05747e5461d3a6a242dd022f7e7a306fdf5f</a></td></tr></tbody></table>

## عناوين URL المؤرشفة

استخدم `waybackurls` لجمع عناوين URL التاريخية من آلة Wayback والاحتفاظ بتواريخ الالتقاط لمراجعة المعلمات ونقاط النهاية والملفات لاحقًا.

```bash
export TARGET="target.com"
waybackurls -dates "https://${TARGET}" > waybackurls.txt
```


---

# 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/websites-and-infrastructure.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.
