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

# Méthodologie OSINT

L’OSINT soutient la reconnaissance en collectant des informations publiques qui peuvent révéler des utilisateurs, des domaines, des identifiants, des fichiers exposés, des métadonnées et la surface d’attaque externe.

Les cibles clés de l’OSINT incluent les adresses e-mail, les identifiants compromis, les fuites de mots de passe, les métadonnées EXIF, les numéros de téléphone, les profils publics et les références d’infrastructure.

<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 des e-mails</h4></td><td>Recherche, validation et corrélation d’adresses e-mail liées à une organisation ou à un domaine.</td><td><a href="/pages/e1084cb9ae2fa3b040b3afa9f06d41c3cfbf01b2">/pages/e1084cb9ae2fa3b040b3afa9f06d41c3cfbf01b2</a></td></tr><tr><td><h3><i class="fa-unlock-keyhole" style="color:$primary;">:unlock-keyhole:</i></h3></td><td><h4>OSINT des fuites et des mots de passe</h4></td><td>Analyse des fuites de données, des mots de passe exposés et des risques liés à des identifiants compromis.</td><td><a href="/pages/91e0f581dbcf574732a3ef02ac1d43c27354c229">/pages/91e0f581dbcf574732a3ef02ac1d43c27354c229</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>OSINT des métadonnées</h4></td><td>Extraction et analyse des métadonnées EXIF afin d’identifier des informations sensibles cachées.</td><td><a href="/pages/144aaa6599a33973712e6464c4e2745eae67716d">/pages/144aaa6599a33973712e6464c4e2745eae67716d</a></td></tr><tr><td><h3><i class="fa-mobile-screen-button" style="color:$primary;">:mobile-screen-button:</i></h3></td><td><h4>OSINT des téléphones</h4></td><td>Recherche de numéros de téléphone, opérateurs, formats, numéros temporaires et traces publiques associées.</td><td><a href="/pages/6abb0ca9948ec69e8ff8bdc5fc7b137216629c10">/pages/6abb0ca9948ec69e8ff8bdc5fc7b137216629c10</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/fr/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.
