Posts: 7
Threads: 3
Joined: Sep 2010
09-28-2010, 11:28 AM
(This post was last modified: 09-28-2010, 11:29 AM by Darakian.)
Hi, I'm trying to use hashcat (gui) to crack an md5sum of "lol"
My file is new 2.txt with 59bcc3ad6775562f845953cf01624225 inside. I get the following.
Posts: 5,185
Threads: 230
Joined: Apr 2010
you have two errors:
a) the signature unmatched error occours because you have specified a wrong -m mode (must be 0). make sure you switched it to MD5 in GUI
b) the md5sum of "lol" is 9cdfb439c7876e703e307864c9167a15 not 59bcc3ad6775562f845953cf01624225
Posts: 7
Threads: 3
Joined: Sep 2010
Many thanks. I realized I was doing a few other things as well. Cheers
(09-28-2010, 02:21 PM)atom Wrote: you have two errors:
a) the signature unmatched error occours because you have specified a wrong -m mode (must be 0). make sure you switched it to MD5 in GUI
b) the md5sum of "lol" is 9cdfb439c7876e703e307864c9167a15 not 59bcc3ad6775562f845953cf01624225