Error with bruteforce using mask - 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: Error with bruteforce using mask (/thread-3658.html) |
Error with bruteforce using mask - AritmosAritmos - 09-06-2014 I try using masks in bruteforce attack but never finish...only aborted... Quote:Session.Name...: 1 My command. Quote:cudaHashcat64.exe -a 3 -m 2711 -p : --session=1 -o "C:\cudaHashcat-1.21\buscarcuda_found.txt" --outfile-format=3 -n 240 --markov-disable -u 1024 --gpu-temp-abort=80 --gpu-temp-retain=75 -d 1 "C:\cudaHashcat-1.30\buscarcuda.txt" "C:\cudaHashcat-1.30\masks\rockyou-1-60.hcmask" Thnks in advance! RE: Error with bruteforce using mask - epixoip - 09-06-2014 you're specifying "--gpu-temp-abort=80" so that's likely why it's aborting. why are you setting that so low? RE: Error with bruteforce using mask - AritmosAritmos - 09-06-2014 Only for secure, its summer...what temp do you recommend?why GPU temp retain dindnt work?thanks RE: Error with bruteforce using mask - epixoip - 09-06-2014 the 90C default is fine for all gpus. some newer gpus can go all the way up to 97C without issues. if you are concerned about cooling then using gpu-temp-retain is not the solution. fix your cooling instead. RE: Error with bruteforce using mask - AritmosAritmos - 09-06-2014 Thanks, i cleaned muy cooling system and ill check it |