# hashcat

{% embed url="<https://hashcat.net/hashcat>" %}

### **What is hashcat?**

* Open-source password recovery tool supporting many hashing algorithms.
* Used for **legitimate purposes** like:
  * Password cracking during penetration testing to assess password strength.
  * Recovering lost passwords for authorized access.
  * Researching password hashing techniques and vulnerabilities.
* Can also be misused for **malicious purposes** like:
  * Cracking stolen password hashes to gain unauthorized access.
  * Brute-forcing passwords for malicious activities.

{% @mailchimp/mailchimpSubscribe %}

#### Hashcat Overview

* Hashcat is an open-source password recovery tool.
* Supports a wide range of hashing algorithms.

**Legitimate Uses**

* Penetration testing for password strength.
* Recovering lost, authorized passwords.
* Researching hashing weaknesses.

**Potential Misuse**

* Unauthorized cracking of stolen password hashes.
* Brute-forcing for malicious intent.


---

# 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://oscp-certification.certs-study.com/password-attacks/hashcat.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.
