hashcat Forum
I need help with syntax - 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: I need help with syntax (/thread-3668.html)

Pages: 1 2 3 4 5


RE: I need help with syntax - shuckitup - 04-15-2015

Sorry for dragging up an old thread, but I've been reading through this one and found it very useful.

I want to set up a large mask file of different types of masks. I also want to use the "-t" option in oclhashcat effectively so that I best use my resources. What I mean by this is that If I have a large and complex mask I want to use a low -t value. Likewise when I have a simple and straightforward mask I want to use a higher -t value.

Does anybody know if there is a way I can feed different -t values to oclhashcat depending on which mask in the mask file is being processed? Is it possible to simply include the -t option on each line in the mask file?

Thanks


RE: I need help with syntax - epixoip - 04-15-2015

hcmask doesn't support -t, so you'd need to script out this attack.


RE: I need help with syntax - shuckitup - 04-16-2015

(04-15-2015, 10:02 PM)epixoip Wrote: hcmask doesn't support -t, so you'd need to script out this attack.

Thanks for the reply.

I had a feeling this was going to be a little more complicated...