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

# Инструменты для учётных данных и идентичности

Используйте эти ресурсы для проверки раскрытия учетных данных, оценки надежности паролей, поиска по хешам, рабочих процессов взлома паролей, проверки учетных данных по умолчанию, исследования списков слов и подготовки имен пользователей. Методология и примеры команд должны быть размещены на соответствующих страницах по brute-force, 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/410a3340bb7525036b2b78ebf356219fce2beabd">/files/410a3340bb7525036b2b78ebf356219fce2beabd</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/d12833a1aa9bd25916117a7fe427b30c4251bb3f">/files/d12833a1aa9bd25916117a7fe427b30c4251bb3f</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/9e3ec2c9d9d01b26d8fd7fae6bafb7e4d94f7076">/files/9e3ec2c9d9d01b26d8fd7fae6bafb7e4d94f7076</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/5fec6b6d8e5fe062c5d5b31e3e8e8f4cc4a4be8f">/files/5fec6b6d8e5fe062c5d5b31e3e8e8f4cc4a4be8f</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/fd608efeea3031f0566bbde93cdf516893214c63">/files/fd608efeea3031f0566bbde93cdf516893214c63</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/033b3bc31f556718e4d69cd71dab4ac117a5a507">/files/033b3bc31f556718e4d69cd71dab4ac117a5a507</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/ru/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.
