[Copying] for a long time - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: [Copying] for a long time (/thread-7483.html) |
[Copying] for a long time - Mem5 - 05-07-2018 Hi, Cmd line: hashcat64.exe -m 120 -a 6 -w 4 -O D:\dic.txt ?a?a?a?a?a?a Quote:Status...........: Running Any idea why the 2 other cards do not work ? The left side is a dic of 500 words -> not enough? The right side is a 6*?a -> I guess it's enough Keypsace is 376367048000000 which is enough work, no? Thanks. RE: [Copying] for a long time - undeath - 05-07-2018 dict is too small. You might need to do this attack differently. RE: [Copying] for a long time - Mem5 - 05-07-2018 Any hint to do this attack differently? RE: [Copying] for a long time - undeath - 05-07-2018 efficient attack, ugly edition: combine salt with each dict word and run -a3 with the mask only alternatively use --stdout and simply pipe in the -a6 candidates. You don't have proper status but it's not as ugly. RE: [Copying] for a long time - epixoip - 05-08-2018 https://hashcat.net/faq#how_to_create_more_work_for_full_speed RE: [Copying] for a long time - Mem5 - 05-08-2018 Finally the Pipe with --stdout option is the same - very slow - looking at "Util": Quote:HWMon.Dev.#1.....: Temp: 57c Fan: 0% Util: 52% Core:1860MHz Mem:4513MHz Bus:1And speed is only Speed.Dev.#*.....: 2164.1 kH/s Command is Quote:hashcat64.exxe -i -a 6 --stdout D:\dic.txt ?d?d?d?d?d?d?d?d?d?d?d | hashcat64.exe -m 120 -w 4 -O hash.txt |