$ cat hashcat.md
Hashcat
Cryptography Tool
- Description: Advanced password recovery and hash cracking tool.
- Common Uses: Cracking password hashes, brute-force attacks.
- Crack hash:
hashcat -m 0 -a 0 hash.txt wordlist.txt - Official Site: hashcat.net
- Commands: