08-03-2015, 03:49 AM
(This post was last modified: 08-03-2015, 03:50 AM by mastercracker.)
Just start one instance per GPU using one word each like:
Notice the difference at the level of -d, --session and the mask.
Code:
./cudaHashcat64.bin -d 1 -a 3 -m 11600 -o wedidit.txt --session=one -w 3 -i outfile.hash word1?a?a?a?a
...
./cudaHashcat64.bin -d 4 -a 3 -m 11600 -o wedidit.txt --session=four -w 3 -i outfile.hash word4?a?a?a?a
Notice the difference at the level of -d, --session and the mask.