Contents
A Python script to crack the hash and create a hash with a different algorithm.
- Automatic hash type identification.
- Supports MD5, SHA1, SHA256, SHA384, SHA512.
Note: Hashtools isn't compatible with python2, run it with python3 instead.
I suggest you definitely use cmder.
git clone https://github.com/mammaddrik/hashtools.git
cd hashtools
pyrhon pip install -r requirements.txt
python hashtools.py
Note: You may encounter an error while installing this requirements. If an error occurs, use the following command:
python -m pip install --upgrade pip
pip install hashlib
After installing the script, you can choose two options from the script:
-
It is for Cracking the hash:
Note: To crack, you must use a passwordlist.
-
It is for Generator the hash:
hashtools is licensed under MIT License.