[HC Official] T0rn - Hash Cracker V.2 03-15-2014, 06:58 AM
#1
Hey HC! I thought that my previous version of Python MD5 hash cracker had become a little old so decided to do a new one in C++. It includes some new features and for now it supports MD5 but will be adding SHA-1 and other dictionary attack vulnerable hashes. Also I've added OS compatibility for MAC OSX, Linux and Windows which I think was limited to only one OS in my previous version.
Screen Shot:
Main Menu (After loading both Hash and Dictionary, Notice the 'Loaded!' keywords)
Entering your Hash to Crack
Successful Crack
If Hash is Already present in database
Features:
1) Faster Cracking
2) Introduced a new feature to store cracked hashes automatically in a text file so next
time if the same hash come's around you will be prompted that this hash has been cracked
already and the password is.
3) OS Support added for Linux, MAC OSX, Windows (32bit & 64bit)
4) Will support more hashes (MD5 for now)
Future Update: Will recognize hashes on it's own
How to Crack:
1) Compile the Hash Cracker
2) Put the dictionary file in it's directory (Compiled)
3) Choose option 1 to load dictionary and enter your file name, You will be prompted if it's wrong.
4) Next, Choose option 2 from the menu and enter your MD5 hash.
5) Choose option 3
6) If you are not prompted with anything during the cracking process,
it means that no suitable match case was found in your dictionary
For improvements and suggestions, PM me or comment below
Thank you!
Project Source:
Screen Shot:
Main Menu (After loading both Hash and Dictionary, Notice the 'Loaded!' keywords)
Spoiler:
Entering your Hash to Crack
Spoiler:
Successful Crack
Spoiler:
If Hash is Already present in database
Spoiler:
Features:
1) Faster Cracking
2) Introduced a new feature to store cracked hashes automatically in a text file so next
time if the same hash come's around you will be prompted that this hash has been cracked
already and the password is.
3) OS Support added for Linux, MAC OSX, Windows (32bit & 64bit)
4) Will support more hashes (MD5 for now)
Future Update: Will recognize hashes on it's own
How to Crack:
1) Compile the Hash Cracker
2) Put the dictionary file in it's directory (Compiled)
3) Choose option 1 to load dictionary and enter your file name, You will be prompted if it's wrong.
4) Next, Choose option 2 from the menu and enter your MD5 hash.
5) Choose option 3
6) If you are not prompted with anything during the cracking process,
it means that no suitable match case was found in your dictionary
For improvements and suggestions, PM me or comment below
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
Project Source:
Code:
https://github.com/Ex094/HashCrackerV.2