11-08-2018, 02:46 AM
This was my solution to this exact issue.
1. Made a rule to capitalize each of the word in a word list.
#cat c > rule
2. Used hashcat and the rule to generate the new list.
#hashcat -r rule {word list} --stdout > {Word List}
3. Used a hybrid attack
#hashcat -a 6 {Hashes to crack} {Word List} ?d?d?d?d
Not sure if it's the best idea, but it seems to have worked for me.
1. Made a rule to capitalize each of the word in a word list.
#cat c > rule
2. Used hashcat and the rule to generate the new list.
#hashcat -r rule {word list} --stdout > {Word List}
3. Used a hybrid attack
#hashcat -a 6 {Hashes to crack} {Word List} ?d?d?d?d
Not sure if it's the best idea, but it seems to have worked for me.