dict attack with GPU - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: dict attack with GPU (/thread-4289.html) |
dict attack with GPU - bobva - 04-15-2015 i try to crack a truecrypt file that i know the password is a 3 word from a big list (16000 word (dict.dict)) and i have a 3 GPU i write a command: cudahashcat64.exe -a 7 -m 6211 c:\file.tc ?a?a?a dict.dict the hachcat start and the program run only in 1 GPU. and the other GPU dont work. how can i run in the other GPU to? RE: dict attack with GPU - atom - 04-15-2015 you need to pipe: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_is_it_possible_that_oclhashcat_does_not_utilize_all_gpus RE: dict attack with GPU - bobva - 04-15-2015 (04-15-2015, 11:46 AM)atom Wrote: you need to pipe: what i need to write? this? ?a?a?a dict.dict | cudahashcat64.exe -a 7 -m 6211 c:\file.tc RE: dict attack with GPU - atom - 04-15-2015 Quote:$ mp64 ?a?a?a -o aaa.txt Quote:$ combinator aaa.txt dict.dict | cudahashcat64.exe -m 6211 c:\file.tc |