How To Crack Hash In Termux


So Hello friends what's up, yeah after so long time. So sorry for that and lets lets continue our topic. So today i am gonna teach/show you how to crack hashes in termux. First of all we get the some knowledge of mine i mean 

What is hash
Why they use hashes 
Which type of hashes are mostly use
And our main topic
How to crack hash

. What is Hash ?
So basically you can call hash as computer language, encryption or a string. The hashes are mostly use in websites, applications, software's, and etc.
I know why are you here for? 
If You here for getting knowledge of decrypting website hashes mostly users and pentestors decrypt hashes for unauthorized access of other websites<= THIS IS ILLEGAL 
So lets get knowledge how website store your information and password
So lets take example a website were you need to register your account and that website asking you enter your information like name, surname, phone number, eMail address, address and etc. This information is store in that website as plain text format. But password when the Website ask you enter the password so when you enter the password and save it then website save that password in the website database as hashes format

.Why They Use Hashes ?
They use hashes for your account/website administrator account security. Because they knew sometimes or someday our website get hacked. So thats why they use hash encryption in your & website administrator password. They convert plain text password in hash. Because with this encryption no one can get unauthorized access in your and website administrator account. So thats why they use hash encryption.

.Which Type Of Hashes Are Mostly Used?
1. Md5                 hash mostly use in website
2. SQL                  hash also use but in few websites
3. Md4 and sha  hash also use but with low chances
4. Plain text        this is not hash its just plain text some of the legendary noob website they store there password in plain text or they leave the password in hint section 3% chances of like those website 
Noob👌😅 

.How To Crack Hashes
Now our main topic how to crack hash. You can crack hash with using website also, there are lots of website were you can crack or decrypt hash. So here's website were you can get top hash decrypting website

You can crack/decrypt hash with using hasher tool also
So lets install hasher tool in termux follow me 

1. Open termux

2. Copy paste this command in termux and hit the enter
pkg install -y git python python2 python3 


3. Now go to hasher directory with this command

cd hasher

then install some python requests using this command

pip install requests

4. Now start hasher with using this command 

python2 hasher.py

Now lets talk about how this tool work exactly 
Hasher is basically use 2 methods to crack hashes 
1. Online meathod 
2. Offline meathod

In online meathod it use website or try to search that hash in google googl query meathod if online meathod not able to find that hash then it use offline meathod

In offline meathod its use bruteforce meathod to crack the hash you can add your own wordlist also 
But if your wordlist is longer than 100mb you phone will get crashed ram will be get full or sometime phone get shutdown also 
My phone specifications is 

4gb ram availability 2gb ram
64gb storage
625 snapdragon

My phone handles 900mb wordlist 

Post a Comment