08-23-2011, 03:54 PM
(08-23-2011, 08:32 AM)marked_d Wrote: I have the same error with:Maybe it's just a typo this time but make sure you separate your devices with commas like this: -d 1,2,3
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -o found.txt md5.txt full.txt
works with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -n1 -o found.txt md5.txt full.txt
test.rule contains 150 rules
full.txt is a wordlist of 170'582'332 lines
Thanks !