01-07-2019, 07:11 PM
(01-06-2019, 08:31 PM)slyexe Wrote:(01-06-2019, 08:07 PM)ry2019 Wrote: Hi, I'm new to this - could anyone tell me if there's a way to install and run maskprocessor on the Mac?
I have a hashed SHA512 password I'm trying to crack which I know is between 6 and 9 lower case letters and has 321 on the end, but I can't find a way to build a rule that works and the ETA otherwise is "until the next Big Bang"
Thanks!
It simply needs to be compiled. There is binaries precompiled here:
https://github.com/hashcat/maskprocessor/releases
I'd suggest to build a brute attack initially to test if its worth while with the lowest denominator of characters.
hashcat64.exe -m xxxx -a 3 -w 4 hash.txt ?l?l?l?l?l?l321
pause
if this also takes a lifetime to crack than there's no point looking forward.
Thanks! Yes I'm currently trying a brute attack with 6 letters and 321 appended to the end and it says 2 days, 17 hours. I only have an old Mac with an AMD Firepro 300 which probably doesn't help.
What I'm trying to do to speed it up is try a dictionary attack with 321 appended to the end of each word but when I use mode 6 (is that the right mode?), Hashcat doesn't like my mask and says 'Invalid Mask', just changing the mode to 3 and it runs fine