RE: how to Brute Force MD5 07-26-2016, 03:53 PM
#4
ok ok i know that hash don't reverse i wan't do that you typed it but i don't know how i code it with java.
[code]
hash_to_crack = textbox_value_here
for each word in the dictionary:
hash = convert_word_to_md5_hash()
if hash matches has_to_crack:
display to the user that the cracked string is: word
break the loop
else keep on matching till the dictionary ends or a valid match is found[code]
i'm don't know how to type a code like you say
ihave wordlist in text box like this :
1
2
3
But how i call java to hashing all of him and know what of him matching the hash and show the user that this word is right.
i tired you but i need it .
[code]
hash_to_crack = textbox_value_here
for each word in the dictionary:
hash = convert_word_to_md5_hash()
if hash matches has_to_crack:
display to the user that the cracked string is: word
break the loop
else keep on matching till the dictionary ends or a valid match is found[code]
i'm don't know how to type a code like you say
ihave wordlist in text box like this :
1
2
3
But how i call java to hashing all of him and know what of him matching the hash and show the user that this word is right.
i tired you but i need it .
(This post was last modified: 07-26-2016, 03:58 PM by Mr.Kurd.)
Die But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
![[Image: p_237m2jx1.png]](http://c.top4top.net/p_237m2jx1.png)
Click for Free VPN
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
![[Image: p_237m2jx1.png]](http://c.top4top.net/p_237m2jx1.png)
Click for Free VPN