Need piping?
#4
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.


Messages In This Thread
Need piping? - by plaverty9 - 11-08-2018, 12:04 AM
RE: Need piping? - by royce - 11-08-2018, 12:07 AM
RE: Need piping? - by plaverty9 - 11-08-2018, 12:12 AM
RE: Need piping? - by RizzyRong - 11-08-2018, 02:46 AM