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

# Ferramentas de credenciais e identidade

Use estes recursos para verificações de exposição de credenciais, revisão da força de senhas, consulta de hashes, fluxos de trabalho de quebra de senhas, revisão de credenciais padrão, pesquisa de wordlists e preparação de nomes de usuário. A metodologia e os exemplos de comandos devem ficar nas páginas relevantes de força bruta, OSINT ou avaliação; esta página é o catálogo central de ferramentas de credenciais e identidade.

## Ferramentas

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nome</th><th>Descrição</th><th>Link oficial</th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td><strong>Verificador de Senha Security.org</strong></td><td>Estima a força da senha e o tempo aproximado de quebra para revisão educacional de senhas.</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/fd0154e6ec7bcfcac79828192477fd58279f004c">/files/fd0154e6ec7bcfcac79828192477fd58279f004c</a></td></tr><tr><td><strong>CrackStation</strong></td><td>Serviço online de consulta de hashes usando grandes bancos de dados de hashes pré-computados.</td><td><a href="https://crackstation.net/">https://crackstation.net/</a></td><td><a href="/files/e1b460d331d6d7a220deebfe541291e7f7560708">/files/e1b460d331d6d7a220deebfe541291e7f7560708</a></td></tr><tr><td><strong>OnlineHashCrack</strong></td><td>Serviço online de recuperação de hashes de senhas para fluxos de trabalho autorizados de auditoria de senhas.</td><td><a href="https://www.onlinehashcrack.com/">https://www.onlinehashcrack.com/</a></td><td><a href="/files/4f9532fe31cdd598b9068fe1813a4ecb11cefaa3">/files/4f9532fe31cdd598b9068fe1813a4ecb11cefaa3</a></td></tr><tr><td><strong>Senhas padrão</strong></td><td>Consulta de credenciais padrão para produtos, dispositivos e serviços durante verificações autorizadas.</td><td><a href="https://default-password.info/">https://default-password.info/</a></td><td><a href="/files/93c823cc0269edf090e9fa0a3966c814b4e87ae1">/files/93c823cc0269edf090e9fa0a3966c814b4e87ae1</a></td></tr><tr><td><strong>John the Ripper</strong></td><td>Suíte de quebra de senhas para muitos formatos de hash, tipos de arquivo compactado, chaves privadas e fluxos de trabalho personalizados de quebra.</td><td><a href="https://www.openwall.com/john/">https://www.openwall.com/john/</a></td><td><a href="/files/46d833ee89aab220cc74377e053f6670cab3d833">/files/46d833ee89aab220cc74377e053f6670cab3d833</a></td></tr><tr><td><strong>Weakpass</strong></td><td>Grande coleção de dicionários de senhas para auditoria controlada de senhas e fluxos de trabalho de quebra.</td><td><a href="https://weakpass.com/">https://weakpass.com/</a></td><td><a href="/files/a36d3729018fea5e1c838b9ba7adcb21a36f4cd2">/files/a36d3729018fea5e1c838b9ba7adcb21a36f4cd2</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/pt-br/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.
