- Crack a hash (MD5, SHA1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, NTLM)
- Tested on Windows and Kali Linux
- Only works with Python 3 !
- You need a wordlist (you can download one here : https://weakpass.com/wordlist)
- You can go faster by using Anaconda : https://www.anaconda.com/distribution/
- Open an anaconda prompt and execute same as normal
- Download RusseCracker.py
python RusseCracker.py -f <hash format> -w <wordlist file> --hash <your hash> -s <your salt>
- Download RusseCracker.py
python3 RusseCracker.py -f <hash format> -w <wordlist file> --hash <your hash> -s <your salt>
- This project is free and Open Source so use it as you want