Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
banner Expire 25 April 2025
adv ex on 22 February 2024
Kfc Club

Patrick Stash
banner expire at 13 August 2024
BidenCash Shop
banner Expire 10 May 2025
Money Club cc shop
Luki Crown
Wizard's shop 2.0
Trump cc shop
Blackstash cc shop
Yale lodge shop
UniCvv
banner Expire 1 April  2021

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
2,725

In my previous posts, i have explained what brute force attack is and how to implement using cain tools. Today i am going to explain what dictionary attack is.

Dictionary Cracking Method:
This is second type of Cracking the cipher text. Trying all known passwords is known as Dictionary attack. Usually users will set simple password like 12345,54321,ilovemom,one4three,143,iloveyou.etc.


How to Crack the Hash Code using Dictionary Attack ?
First of all store the possible passwords in a text file. This file is known as Dictonary.

Algorithm:
Cracking Step 1:
Now get the password from the Dictionary as input and encrypt it.
Step 2:
Now the compare the created Hash code with original Hash code.
Step 3:
Case i: if it is not equal then go to the step1 and follow the instructions
Case ii: if it equal then display the password.
Step 4:
What else you have successfully cracked the Hash code . Enjoy.

CONCLUSION:
For Hackers:
you can try this Dictionary cracking method until you know completely about the user. Also sometime may set difiicult password like ae73kd3deo^ . In this time you can not use this cracking method. As you don’t know about the password strength, you can try this method first. If it fails to find,then go with Brute Force Attack.

For Security needers:
If you really want to protect your account,then set the password like iloveyou,ilovemom,12345. Instead set a strong password so that hackers can not crack your password “easily”.

Note:
My next post is how to implement the Dictionary attack and crack the hash code using Cracking Tool. So Keep in touch. Learn the Cracking and Hacking

 
Top Bottom