05-31-2019, 04:47 PM
(05-31-2019, 12:12 PM)philsmd Wrote: did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone:
./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a
Yes, this does produce the expected output.
(05-31-2019, 12:12 PM)philsmd Wrote: also the start is probably very small with length 1, only lengh 2, only length 3 etc so it might take some while, therefore I would suggest testing something like this (after you made sure that mp64 works as expected, see above):
Code:mp64 ?a?a?a?a?a | ./hashcat --stdout
just to test if the input/output works (there might be a little bit of startup lag, because hashcat needs a couple of password candidates to start)
For some reason, this doesn't give any output at all, but simply terminates after ~15s.
Using an hcmask seems to work though. So, I'll use that, instead.
Thank you for your help