MD5 salted hashs
#1
I've got [mostly] down how to use hashcat (and oclhashcat) on unsalted hashes, so I decided to try something harder, a salted hash. I found a cracked md5Confusedalt hash elsewhere and put that, along with the -m 10 example from http://hashcat.net/wiki/doku.php?id=example_hashes into a file, then created a 6 word dictionary with both passwords, including hashcat. However, I fail to find either. The following pruned output:

Code:
hashcat-cli64.exe -a 0 -m 10 md5salt.hash md5salt.dict
Initializing hashcat v0.48 by atom with 6 threads and 32mb segment-size...

Added hashes from file md5salt.hash: 2 (2 salts)

Input.Mode: Dict (md5salt.dict)
Index.....: 1/1 (segment), 6 (words), 45 (bytes)
Recovered.: 0/2 hashes, 0/2 salts
Speed/sec.: - plains, - words
Progress..: 6/6 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--

It sees the salts, but I don't get any "found" passwords, even though at least one of them *IS* in the dictionary. What am I doing wrong?


Messages In This Thread
MD5 salted hashs - by rsberzerker - 12-22-2014, 03:46 AM
RE: MD5 salted hashs - by epixoip - 12-22-2014, 04:06 AM
RE: MD5 salted hashs - by rsberzerker - 12-22-2014, 04:48 AM
RE: MD5 salted hashs - by epixoip - 12-22-2014, 05:30 AM
RE: MD5 salted hashs - by rsberzerker - 12-22-2014, 07:18 AM