hashcat Forum
the correct syntax to pipe maskprocessor | cudahashcat in linux? - 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: the correct syntax to pipe maskprocessor | cudahashcat in linux? (/thread-4184.html)

Pages: 1 2


RE: the correct syntax to pipe maskprocessor | cudahashcat in linux? - epixoip - 03-17-2015

maskprocessor is fine, you just wouldn't specify -a or -t. using the example command above, correct syntax would be:

Code:
mp64.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d | cudaHashcat64.bin -m 2500 capture.hccap

However it looks like your specific issue with maskprocessor is that your Linux distribution does not ship a sufficiently new version of glibc. This is why we always recommend using Ubuntu LTS.


RE: the correct syntax to pipe maskprocessor | cudahashcat in linux? - Quest - 03-17-2015

while the above works, thank you, I will be doing essentially a bruteforce attack. That is not what I want.

I would like to preserve my syntax (-t argument) AND have control over repetitions by using maskprocessor to fine tune markov..

Has this ever been discussed among yourselves? I'm probly not understanding the greater mechanics of it, but it seems to me a very basic thing. If I open a ticked asking atom for such an option, will it be closed in .5 seconds you think?

Anyways thanks =]


RE: the correct syntax to pipe maskprocessor | cudahashcat in linux? - epixoip - 03-18-2015

maskprocessor doesn't support markov, but statsprocessor does. However, statsprocessor does not support -q/-r. You can open a ticket on Trac to request adding -q/-r support to statsprocessor.


RE: the correct syntax to pipe maskprocessor | cudahashcat in linux? - n_lona - 03-12-2016

As I am very stupid I used
Code:
mp64.bin -q 3 -r 4 ?a?a?a?a?a?a?a?a?a?a [color=#ff6633]-o -[/color] | cudaHashcat64.bin -m 1800 admin.hash
to decrypt the admin router account. This way I occupy all the space of the hdd, where can I find and erase the "-o - generated file"? thx