hashcat Forum
Problem running a hcmask - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Problem running a hcmask (/thread-4565.html)



Problem running a hcmask - StaxAL - 07-26-2015

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)


RE: Problem running a hcmask - undeath - 07-26-2015

you have to supply the complete path (absolute or relative) to the mask file


RE: Problem running a hcmask - StaxAL - 07-26-2015

(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