[SOLVED] cudaHashcat-plus64: 0 c/s - 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: [SOLVED] cudaHashcat-plus64: 0 c/s (/thread-1333.html) |
[SOLVED] cudaHashcat-plus64: 0 c/s - wiked - 06-25-2012 Hello, I'm trying to use cudaHashcat-plus64.bin , but I think is not working because I get 0 c/s ... Look at this: Code: ./cudaHashcat-plus64.bin -m 400 --gpu-async hash_file.txt And another thing..., when I try to use the -a option, I always get a syntax error: Code: $ ./cudaHashcat-plus64.bin -a 3 -m 400 hash_file.txt Anyone can help me, please? Thank you. RE: cudaHashcat-plus64: 0 c/s - atom - 06-25-2012 You are running in stdin mode. RE: cudaHashcat-plus64: 0 c/s - M@LIK - 06-25-2012 Just explaining what atom said. 1st error is because you can't do a direct run like that, you're missing a dictionary/wordlist. 2nd error is because you didn't specify any mask. Summary: You should read the Wiki! RE: cudaHashcat-plus64: 0 c/s - wiked - 06-25-2012 But I don't want to use a dictionary. I want to make a brute force attack. That's why I want to use the -a option. -a 3 (brute force) RE: cudaHashcat-plus64: 0 c/s - M@LIK - 06-25-2012 M@LIK Wrote:2nd error is because you didn't specify any mask. Google offers a good service called GoogleTranslate for those who don't understand English well. Just saying... RE: cudaHashcat-plus64: 0 c/s - atom - 06-25-2012 dude, brute-force is totally outdated. read this: https://hashcat.net/wiki/mask_attack RE: cudaHashcat-plus64: 0 c/s - wiked - 06-26-2012 (06-25-2012, 08:05 PM)M@LIK Wrote:M@LIK Wrote:2nd error is because you didn't specify any mask. I understand english. Don't need to be rude... I didn't know that the bruteforce attack of Hascat actually means mask attack. Problem solved. Thanks. |