> 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/fr/hacking-tools/osint/websites-and-infrastructure.md).

# Sites web et infrastructure

Utilisez ces ressources pour rechercher l’infrastructure web, les services exposés à Internet, les états historiques des sites web, les modifications de pages et la réplication de contenu suspecte.

## Outils

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nom</th><th>Description</th><th>Lien officiel</th><th data-hidden data-card-cover data-type="image">Image de couverture</th></tr></thead><tbody><tr><td><strong>Shodan</strong></td><td>Moteur de recherche pour les appareils connectés à Internet, les services, les bases de données, les caméras et l’infrastructure exposée.</td><td><a href="https://www.shodan.io/">https://www.shodan.io/</a></td><td><a href="/files/5ebaa6fd4f2636958cad0fe4ef06b3275b50853f">/files/5ebaa6fd4f2636958cad0fe4ef06b3275b50853f</a></td></tr><tr><td><strong>The Information Laundromat</strong></td><td>Analysez les schémas de réplication de contenu et d’architecture de site pour enquêter sur le blanchiment d’informations.</td><td><a href="https://informationlaundromat.com/">https://informationlaundromat.com/</a></td><td><a href="/files/d559eb6f502e817f1aeb69ac1a65004387c1ea40">/files/d559eb6f502e817f1aeb69ac1a65004387c1ea40</a></td></tr><tr><td><strong>Wayback Machine</strong></td><td>Consultez et archivez les versions historiques des صفحات web via Internet Archive.</td><td><a href="https://web.archive.org/">https://web.archive.org/</a></td><td><a href="/files/94d6cf5dce3843835bcb656cdc826492d272e143">/files/94d6cf5dce3843835bcb656cdc826492d272e143</a></td></tr><tr><td><strong>Distill.io</strong></td><td>Surveillez les pages web et recevez des alertes lorsque le contenu change.</td><td><a href="https://distill.io/">https://distill.io/</a></td><td><a href="/files/d5eeb5bac0099786caba98546f0c034b3e7bb4b8">/files/d5eeb5bac0099786caba98546f0c034b3e7bb4b8</a></td></tr><tr><td><strong>Pentest-Tools Google Hacking</strong></td><td>Assistant de Google dorking pour découvrir des fichiers sensibles indexés, des panneaux exposés et des informations publiques.</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/b35d2b1733fde85ac9147d54e323f5fab86c50fc">/files/b35d2b1733fde85ac9147d54e323f5fab86c50fc</a></td></tr><tr><td><strong>Exploit-DB Google Hacking Database</strong></td><td>Base de données sélectionnée de Google dorks pour trouver des fichiers exposés, des panneaux, des sauvegardes et d’autres artefacts indexés.</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/5b5fa3fbfd0aebfd17515ed29e15834b70e6612f">/files/5b5fa3fbfd0aebfd17515ed29e15834b70e6612f</a></td></tr><tr><td><strong>DorkSearch</strong></td><td>Générateur de Google dorks pour composer rapidement des requêtes de recherche avancées.</td><td><a href="https://dorksearch.com/">https://dorksearch.com/</a></td><td><a href="/files/0108501aacde76b8895b1d1ca31331e2357a770d">/files/0108501aacde76b8895b1d1ca31331e2357a770d</a></td></tr></tbody></table>

## URL archivées

Utilisez `waybackurls` pour collecter les URL historiques depuis la Wayback Machine et conserver leurs dates de capture pour une analyse ultérieure des paramètres, des points de terminaison et des fichiers.

```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/fr/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.
