Loading a salt file in oclHashcat? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Loading a salt file in oclHashcat? (/thread-4737.html) |
Loading a salt file in oclHashcat? - Grace_Omega - 10-16-2015 I'm new to hashcat and trying to get an answer to what I assume is a fairly simple question, but searching and reading through the wiki has turned up nothing. I'm trying to crack a number of salted hashes (sha1($salt, $pass)), and I know the salt and that the passwords are between 5 and 7 characters in length. I've got most of them with straight attack using the cpu version of hashcat, and am now switching to using masks. I was successful at cracking one or two using: hashcat -m 120 -a 3 [path to hash file] ?a?a?a?a?a -e [path to salt file] However, moving to six and seven characters is going to take far too long with the cpu, so I want to use ocl and take advantage of my hardware. My problem: looking over the options in the wiki, oclHashcat doesn't seem to have any way to specify a salt file like the cpu version does (using -e). Is there some other way to do it, or does oclHashcat not need a salt file for some reason I'm missing? RE: Loading a salt file in oclHashcat? - epixoip - 10-16-2015 The hashfile needs to be in hash:salt format for oclHashcat |