Skip to content

redX000/HashKraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ™ HashKraken

Python License

Multi-Algorithm Hash Cracker β€” Dictionary attacks, brute force, and rule-based mutations.

πŸ”₯ Features

  • πŸ”‘ Multi-Algorithm β€” MD5, SHA-1, SHA-256, SHA-384, SHA-512, NTLM
  • 🧠 Auto-Identification β€” Detect hash type by pattern and length
  • πŸ“– Dictionary Attack β€” Wordlist-based cracking with progress tracking
  • πŸ”¨ Brute Force β€” Customizable charset and length range
  • 🎭 Rule Engine β€” Capitalization, leet speak, number appending, reversals
  • πŸ“¦ Batch Mode β€” Crack multiple hashes against one wordlist
  • ⚑ Performance β€” Threaded execution with real-time speed display
  • 🚫 Zero Dependencies β€” Pure Python

πŸš€ Usage

```bash

Identify hash type

hashkraken identify 5d41402abc4b2a76b9719d911017c592

Dictionary attack

hashkraken crack 5d41402abc4b2a76b9719d911017c592 -w rockyou.txt

With mutation rules

hashkraken crack -w wordlist.txt --rules

Brute force

hashkraken crack -b --max-len 6

Batch crack

hashkraken batch hashes.txt -w rockyou.txt -t md5

Generate hash

hashkraken hash "password" -t sha256 ```

⚠️ Disclaimer

For authorized security testing and education only. The author is not responsible for misuse.

πŸ“„ License

MIT β€” @redX000

About

πŸ™ Multi-Algorithm Hash Cracker β€” Dictionary, brute force, and rule-based password cracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages