# Cracking

### Set of dictionaries for cracking hashes <a href="#set-of-dictionaries-for-cracking-hashes" id="set-of-dictionaries-for-cracking-hashes"></a>

{% embed url="<https://github.com/kaonashi-passwords/Kaonashi>" %}
Kaonashi - Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
{% endembed %}

{% embed url="<https://github.com/danielmiessler/SecLists/tree/master/Passwords>" %}
SecLists - Collection of multiple types of lists used during security assessments
{% endembed %}

{% embed url="<https://weakpass.com/wordlist>" %}
Weakpass - Passwords collections
{% endembed %}

### Rules files <a href="#rules-files" id="rules-files"></a>

{% embed url="<https://github.com/NSAKEY/nsa-rules>" %}
NSA Rules - Password cracking rules and masks for hashcat
{% endembed %}

{% embed url="<https://github.com/NotSoSecure/password_cracking_rules>" %}
OneRuleToRuleThemAll - One rule to crack all passwords.
{% endembed %}

{% embed url="<https://github.com/kaonashi-passwords/Kaonashi/tree/master/rules>" %}
Kaonashi Rules
{% endembed %}

[<br>](https://github.com/kaonashi-passwords/Kaonashi)


---

# Agent Instructions: 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:

```
GET https://www.pwny.cc/other/cracking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
