06-16-2018, 01:06 AM
Code:
sed 's/$/ /g' wordlist.txt > with-space.txt
combinator.bin with-space.txt with-space.txt > comb-with-space.txt
hashcat -a1 hash.txt comb-with-space.txt wordlist.txt
Possible development to support three wordlists at once?
|
« Next Oldest | Next Newest »
|