07-22-2016, 10:20 AM
If it's MD5, just append the known substring as a salt. That means, have a hash file in this format:
hash:pass
And then use -m 20 to crack it with the mask ?l?l?l?l?l?l
That should give you a decent speed. Don't forget -w 3
hash:pass
And then use -m 20 to crack it with the mask ?l?l?l?l?l?l
That should give you a decent speed. Don't forget -w 3