cudaHashcat64.exe and many dictionaries win7x64 - 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: cudaHashcat64.exe and many dictionaries win7x64 (/thread-4334.html) |
cudaHashcat64.exe and many dictionaries win7x64 - Attacker - 05-01-2015 hello I know that we can give the following command: Code: cudaHashcat64 -m2500 -a0 capture.hccap dictionary1.txt dictionary2.txt dictionary3.txt dictionary4.txt .... Sorry for the translation (Google translator) RE: cudaHashcat64.exe and many dictionaries win7x64 - mastercracker - 05-01-2015 First, your command line need spaces like -m 2500 instead of -m2500, same for -a0. If all your dictionaries are in the same folder, you can simply put the path to the folder and Oclhashcat will go through all of them. RE: cudaHashcat64.exe and many dictionaries win7x64 - Attacker - 05-01-2015 Thank you very much =) |