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

# Outils d’identifiants et d’identité

Utilisez ces ressources pour les vérifications d’exposition d’identifiants, l’évaluation de la robustesse des mots de passe, la recherche de hachages, les workflows de cassage de mots de passe, l’examen des identifiants par défaut, la recherche de listes de mots et la préparation des noms d’utilisateur. La méthodologie et les exemples de commandes doivent figurer dans les pages pertinentes consacrées au brute force, à l’OSINT ou aux évaluations ; cette page est le catalogue central d’outils relatifs aux identifiants et à l’identité.

## 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>Vérificateur de mot de passe Security.org</strong></td><td>Estime la robustesse du mot de passe et le temps de cassage approximatif pour l’évaluation pédagogique des mots de passe.</td><td><a href="https://www.security.org/how-secure-is-my-password/">https://www.security.org/how-secure-is-my-password/</a></td><td><a href="/files/42dbb8304ee7b8d4743a38e9f78d5d11717d5758">/files/42dbb8304ee7b8d4743a38e9f78d5d11717d5758</a></td></tr><tr><td><strong>CrackStation</strong></td><td>Service de recherche de hachages en ligne utilisant de vastes bases de données de hachages pré-calculés.</td><td><a href="https://crackstation.net/">https://crackstation.net/</a></td><td><a href="/files/911b3ff6583c279bb53268ca4b98c8c9e5fca2ef">/files/911b3ff6583c279bb53268ca4b98c8c9e5fca2ef</a></td></tr><tr><td><strong>OnlineHashCrack</strong></td><td>Service en ligne de récupération de hachages de mots de passe pour des workflows d’audit de mots de passe autorisés.</td><td><a href="https://www.onlinehashcrack.com/">https://www.onlinehashcrack.com/</a></td><td><a href="/files/f06abde17ce2b37122798da761f95ddd1938e67f">/files/f06abde17ce2b37122798da761f95ddd1938e67f</a></td></tr><tr><td><strong>Mots de passe par défaut</strong></td><td>Recherche d’identifiants par défaut pour les produits, appareils et services lors de vérifications autorisées.</td><td><a href="https://default-password.info/">https://default-password.info/</a></td><td><a href="/files/5d298c4d5eda7d15a8b76b8ed061116ee5fc0cc5">/files/5d298c4d5eda7d15a8b76b8ed061116ee5fc0cc5</a></td></tr><tr><td><strong>John the Ripper</strong></td><td>Suite de cassage de mots de passe pour de nombreux formats de hachage, types d’archives, clés privées et workflows de cassage personnalisés.</td><td><a href="https://www.openwall.com/john/">https://www.openwall.com/john/</a></td><td><a href="/files/733dec3c058cecb6ee6df24ffd85a92aba05e2ce">/files/733dec3c058cecb6ee6df24ffd85a92aba05e2ce</a></td></tr><tr><td><strong>Weakpass</strong></td><td>Large collection de dictionnaires de mots de passe pour l’audit contrôlé des mots de passe et les workflows de cassage.</td><td><a href="https://weakpass.com/">https://weakpass.com/</a></td><td><a href="/files/6a945a878af1c8e47820e17bb493897b5a9a6761">/files/6a945a878af1c8e47820e17bb493897b5a9a6761</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/credentials.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.
