01-06-2019, 08:31 PM
(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.