Multi-Algorithm Hash Cracker β Dictionary attacks, brute force, and rule-based mutations.
- π 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
```bash
hashkraken identify 5d41402abc4b2a76b9719d911017c592
hashkraken crack 5d41402abc4b2a76b9719d911017c592 -w rockyou.txt
hashkraken crack -w wordlist.txt --rules
hashkraken crack -b --max-len 6
hashkraken batch hashes.txt -w rockyou.txt -t md5
hashkraken hash "password" -t sha256 ```
For authorized security testing and education only. The author is not responsible for misuse.
MIT β @redX000