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

# Tools für Anmeldedaten und Identität

Verwenden Sie diese Ressourcen für Prüfungen auf Offenlegung von Zugangsdaten, die Überprüfung der Passwortstärke, Hash-Nachschlagen, Passwort-Cracking-Workflows, die Prüfung von Standardzugangsdaten, die Recherche von Wortlisten und die Vorbereitung von Benutzernamen. Methodik und Befehlsbeispiele sollten auf den relevanten Seiten zu Brute-Force, OSINT oder Assessments stehen; diese Seite ist der zentrale Katalog für Werkzeuge zu Zugangsdaten und Identitäten.

## Werkzeuge

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Name</th><th>Beschreibung</th><th>Offizieller Link</th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><strong>Security.org Passwort-Checker</strong></td><td>Schätzt die Passwortstärke und die ungefähre Knackzeit für die lehrreiche Überprüfung von Passwörtern.</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/2bb67bb20ca40037934886a6f9844acd3eec9df3">/files/2bb67bb20ca40037934886a6f9844acd3eec9df3</a></td></tr><tr><td><strong>CrackStation</strong></td><td>Onlinedienst zur Hash-Nachschlageabfrage mit großen vorab berechneten Hash-Datenbanken.</td><td><a href="https://crackstation.net/">https://crackstation.net/</a></td><td><a href="/files/80e2e195c8cd82d40f012176b4d6025ed20945e8">/files/80e2e195c8cd82d40f012176b4d6025ed20945e8</a></td></tr><tr><td><strong>OnlineHashCrack</strong></td><td>Onlinedienst zur Wiederherstellung von Passwort-Hashes für autorisierte Passwort-Audit-Workflows.</td><td><a href="https://www.onlinehashcrack.com/">https://www.onlinehashcrack.com/</a></td><td><a href="/files/80f526c4da682ee31e9b6d4821284bae833480d5">/files/80f526c4da682ee31e9b6d4821284bae833480d5</a></td></tr><tr><td><strong>Standardpasswörter</strong></td><td>Nachschlagen von Standardzugangsdaten für Produkte, Geräte und Dienste bei autorisierten Prüfungen.</td><td><a href="https://default-password.info/">https://default-password.info/</a></td><td><a href="/files/20005de87ad6bfb23b9475f158c07e2e29eb10dd">/files/20005de87ad6bfb23b9475f158c07e2e29eb10dd</a></td></tr><tr><td><strong>John the Ripper</strong></td><td>Passwort-Cracking-Suite für viele Hash-Formate, Archivtypen, private Schlüssel und benutzerdefinierte Cracking-Workflows.</td><td><a href="https://www.openwall.com/john/">https://www.openwall.com/john/</a></td><td><a href="/files/d97ab4a055b9342221925f12039cdd4c06520505">/files/d97ab4a055b9342221925f12039cdd4c06520505</a></td></tr><tr><td><strong>Weakpass</strong></td><td>Große Passwortwörterbuch-Sammlung für kontrollierte Passwortaudits und Cracking-Workflows.</td><td><a href="https://weakpass.com/">https://weakpass.com/</a></td><td><a href="/files/d9344c4cb93e4809abf80a0600e6fc4baa10cbe5">/files/d9344c4cb93e4809abf80a0600e6fc4baa10cbe5</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/de/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.
