![]() |
Cannot open folder - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Cannot open folder (/thread-2245.html) |
Cannot open folder - Mangix - 04-20-2013 output: Code: $ ./cudaHashcat-plus64.exe -a 6 -m 2500 test.hccap test ?d?d?d The folder name is test. I've tried everything I can think of(changing folder permissions, creating the folder on another drive, using an administrative command prompt, using cygwin) but nothing. hashcat is the only program that is having issues. Everything else that I tested works(notepad and cat mostly). This is on windows 8 64-bit. The test folder has output generated from the splitlen utility found in hashcat-utils. RE: Cannot open folder - atom - 04-21-2013 If test is a directory, then the error message is correct, since you are using -a 6 mode not -a 0 mode which does not support scanning of directories and instead tries to load a file. RE: Cannot open folder - Mangix - 04-21-2013 That would explain it. Thanks for the reply. |