09-04-2019, 12:41 PM
Code:
hashcat -m 0 -a 1 -w 3 -j '$ ' hash.txt dict1.txt dict2.txt
note: on windows you might need to use "$ " instead (difference between the shells interpreting quotes and escaping dollar which sometimes would refer to variables)