Letest

6/recent/ticker-posts

Crack any md5 and all sha hash with hash-master | How to install hash-master in Termux


Hello guys, From this tutorial you can learn how to install hash-master in Termux and crack any hash.


If you don't know what is Termux and How it's use. Read this article - Termux beginner ultimate guide



Today I'm gonna show you how to install Hash-master in Termux. After install hash-master tool in Termux I will show you how to crack any hash. 
So, please read full article. If you face any problem comment below.



What is Hash-Master?



Hash-Master is hash cracking, generating and checking tool. This tool has many kinds of features such as 

1) Single hash cracking 
2) Default wordlist
3) Custom wordlist
4) Hash generating system
5) Multiple hash cracking system
6) Hash cracking/detecting system


Supportive Hashes


1. Md5
2. SHA1
3. SHA224
4. SHA255
5. SHA384
6. SHA512




Requirements



1. Termux - Download from play store
2. Hash-Master github repo - https://github.com/drag0nhunt3r/hash-master.git



All steps




#How to install hash-master in Termux

1. At first download and install Termux app. If you already do it skip this step.
2. Now, open Termux and type command

pkg update


3. Then, install python by type this command

pkg install python


4. Then, install git by following this command

pkg install git


5. Now, git clone Hash-master repository. Type this command

git clone https://github.com/drag0nhunt3r/hash-master.git


6. Go to hash-master directory. Type 

cd hash-master

7. Give execute permission to hash-master.py file by typing below command

chmod 777 hash-master.py


8. To run hash-master tool type this command

python hash-master.py


*First time it will install required modules
*So, after finished install modules
*Run again by this command




#How to crack hash using hash-master

1. At first choose which kinds of hash do you want crack

2. Then, select what number of hash do you want to crack. 

  i) Single Hash
  ii) Multiple Hash


##case i
3. If you crack select hash, then enter 1

4. Then, select wordlist. If you don't have any wordlist, select default wordlist. Otherwise select custom wordlist. Then give your wordlist path.

5. Then, press enter to start cracking.


##case ii

6. If you want to crack multiple hash, at first store all of your heshes into hash.txt file. Careful with line, one line for one hash and store only one kinds of hash

7. Then, follow same task as you do with single hash. 



#Hash generate using hash-master

1. At first choose which kinds of hash do you want generate.

2. Now input your text

3. It will generate your desire hash. It will all save all generate hash into file. 


#Check hash using hash-master

1. From hash-master home, input r to open Hash Detector function.

2. Then, enter your unknown hash. 

3. It will tell you what kinds of hash it is.



I hope you successfully installed hash-master tool and learned how to use hash-master tool.




Thank you for reading this article. Stay tuned, Stay connected. Have a good day.

Post a Comment

0 Comments