MD5 HASH CRACK - WGET - BASH - Linux
Uploader Comments (metalx1000)
All Comments (19)
-
Really good info here!
-
its not possible to directly reverse a md5 creation.... therefor you can not CRACK it, but you can create a lot of hashes and compare them.
this website takes user generated hashes and stores them in a database, then it searches through them when you enter a password.
-
@metalx1000 bash md5 collision creator, lets do it
-
@doorknob60: Yeah, I got what you meant. I was just trying to explain why I did it the way I did it. I didn't think you were putting the video down.
-
@metalx1000 Maybe overthinking wasn't the right word choice. I enjoyed this tutorial and found it very useful with info on how to use tools like Firebug, Wget, grep, etc., I was just wanting to point out a simpler way to do (part of) it. The info from this tutorial could be helpful doing similar actions with numerous different websites, not just an md5summer, so I wasn't trying to put down your video or your methods I, just wanted to clear that up :)
-
@metalx1000 A collision is where you hash two files that are different and both have the same hash. You can collide MD5 on a modern computer in about a day if you include a good GPU to do the work.
hey kris, great video as usual! i like the way you explain your train o' thought, very similar to what i do, but much clearer!
bye
MalaTemporaCurrunt 3 months ago
@MalaTemporaCurrunt: haha, thanks :)
metalx1000 3 months ago
yea, im sure the site isnt literally "cracking" the md5 on the spot, but reading a database.
I've also been curious on how you would make a collision. People act like its so easy, but whats the method? Add junk data at the end? thats all I can think of that wouldnt change the data.
Would like to see a proof of concept of this.
I would have used curl for this video.
DIdaho9001 4 months ago
@DIdaho9001: Yup, cURL is great. definitely more powerful them wget. But, wget got the job done and in this case I don't think the use of cURL would have made much of a difference.
metalx1000 4 months ago