Problem running a hcmask
#1
I'm having a hard time getting to understand everything because english is not my main language and I'm a total beginner. I'm sure my problem is explained somewhere on the wiki but I can't find it.
I've made an hcmask with P.A.C.K and I want to run it in hashcat, this is the code I put in.
Code:
cudaHashcat64.exe -m 6100 -a 3 -o cracked.txt hash.txt test.hcmask
I then get,

Status: Exhausted
Input.Mode: Mask (test.hcmask) [11]
Progress: 1/1

I believe it is trying to solve the words; test.hcmask instead of the actual file. How come?
(the hcmask is in the /masks folder where all the other masks are)
#2
you have to supply the complete path (absolute or relative) to the mask file
#3
(07-26-2015, 04:55 PM)undeath Wrote: you have to supply the complete path (absolute or relative) to the mask file

Thanks it works