Use the package manager pip to install the following dependencies
- numpy
Then, run
python path_to_script
The script will prompt you for a hash method (such as plain, SHA256, SHA512, etc.) and a string that was hashed with that method. Then, it will brute force all possible passwords for that hash and return the first one that matches.