06-25-2016, 10:55 AM
if you know parts of the password, you can treat them as salts. like:
hash1:My-Password-
hash2:My-Password-
hash3:My-Password-
and then you can use -m 20 in combination with -a 3 ?d?d?d?d for example, if the hash is md5
hash1:My-Password-
hash2:My-Password-
hash3:My-Password-
and then you can use -m 20 in combination with -a 3 ?d?d?d?d for example, if the hash is md5