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

# 凭据与身份工具

将这些资源用于凭证泄露检查、密码强度审查、哈希查询、密码破解工作流程、默认凭证审查、字典研究以及用户名准备。方法和命令示例应放在相关的暴力破解、OSINT 或评估页面中；本页是凭证和身份工具的中央目录。

## 工具

<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>Security.org 密码检查器</strong></td><td>用于教育性密码审查，估算密码强度和大致破解时间。</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/11e5bfc2f1bc74a0997b40d51b0af2a89510e63e">/files/11e5bfc2f1bc74a0997b40d51b0af2a89510e63e</a></td></tr><tr><td><strong>CrackStation</strong></td><td>使用大型预计算哈希数据库的在线哈希查询服务。</td><td><a href="https://crackstation.net/">https://crackstation.net/</a></td><td><a href="/files/67d6c3640be5a5e2dcb33247373cd2fef2e57c4d">/files/67d6c3640be5a5e2dcb33247373cd2fef2e57c4d</a></td></tr><tr><td><strong>OnlineHashCrack</strong></td><td>用于授权密码审计工作流程的在线密码哈希恢复服务。</td><td><a href="https://www.onlinehashcrack.com/">https://www.onlinehashcrack.com/</a></td><td><a href="/files/42ab94c5270e97c9068055db443af1f08d8fdf2b">/files/42ab94c5270e97c9068055db443af1f08d8fdf2b</a></td></tr><tr><td><strong>默认密码</strong></td><td>在授权检查期间，用于查找产品、设备和服务的默认凭证。</td><td><a href="https://default-password.info/">https://default-password.info/</a></td><td><a href="/files/6d95cf0e6f08a0d01b9a0fdde7bab97cddd37f90">/files/6d95cf0e6f08a0d01b9a0fdde7bab97cddd37f90</a></td></tr><tr><td><strong>John the Ripper</strong></td><td>适用于多种哈希格式、压缩包类型、私钥和自定义破解工作流程的密码破解套件。</td><td><a href="https://www.openwall.com/john/">https://www.openwall.com/john/</a></td><td><a href="/files/c2e53a4b060a7e61e6fd33d5a9b0919ce3fd40ba">/files/c2e53a4b060a7e61e6fd33d5a9b0919ce3fd40ba</a></td></tr><tr><td><strong>Weakpass</strong></td><td>用于受控密码审计和破解工作流程的大型密码字典集合。</td><td><a href="https://weakpass.com/">https://weakpass.com/</a></td><td><a href="/files/5314214a09489d5209c6de4e60aef3835644d1b2">/files/5314214a09489d5209c6de4e60aef3835644d1b2</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/zh/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.
