Trying to get "Hybrid dict + mask" to work
#8
(11-26-2015, 02:19 AM)NeoXen Wrote: Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5

look at that mask from your output. It tries to use the path as a mask, because the file could not be found.

Try this instead:
Code:
cudaHashcat64.exe --status -m 0 -a 6 -o cracked.txt hash.txt wordlist.lst masks\rockyou-7-2592000.hcmask

The output should look like this then:
Code:
Input.Right....: Mask (?d) [1]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5

it will change to Mask (?d?d) [2], Mask (?l) [1], Mask (?d?d?d?d) [4] etc
If this is not the case, it is true what wrigglingears said, that the path is not correct and cudaHashcat tries to use the parameter as a directly specified mask on the command line (instead of the .hcmask file).


Messages In This Thread
RE: Trying to get "Hybrid dict + mask" to work - by philsmd - 11-26-2015, 02:57 PM