Custom rule for 8Track hashes
#1
For 8Track hashes I use this command:
Code:
"hashcat -m 120 -a 0 8Track_hashes -j '$-$-' dictionary"

Is it possible to combine this command with best64.rule like:
Code:
"hashcat -m 120 -a 0 hashes dictionary -r best64.rule"

I tried to combine, but did not work:
Code:
"hashcat -a 0 dictionary -r best64.rule | hashcat -m 120 -a 0 -j '$-$-'"


Messages In This Thread
Custom rule for 8Track hashes - by freeroute - 06-16-2018, 09:51 PM
RE: Custom rule for 8Track hashes - by royce - 06-16-2018, 09:53 PM
RE: Custom rule for 8Track hashes - by freeroute - 06-16-2018, 10:04 PM