hashcat Forum
Hashcat freezes - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html)
+--- Thread: Hashcat freezes (/thread-9081.html)

Pages: 1 2


RE: Hashcat freezes - philsmd - 03-31-2020

how do you test this ?

it's not enough to clone it you need to "make clean" and "make".

What exactly fails ? the same password ?


RE: Hashcat freezes - gentl - 03-31-2020

I delete old folder and clone and make in new.
And run hashcat as before. Yes on this word.


RE: Hashcat freezes - philsmd - 03-31-2020

I can't reproduce this problem. For me the new version work like this:

Code:
git clone https://github.com/hashcat/hashcat
cd hashcat
make clean
make

./hashcat -m 21700 --example-hashes | grep HASH | sed 's/HASH: //' > hash.txt

echo wr7ho9 > dict.txt

./hashcat -m 21700 hash.txt dict.txt

Can anybody test this ? Does this work for undeath ?


RE: Hashcat freezes - undeath - 04-01-2020

(03-31-2020, 10:43 PM)philsmd Wrote: Does this work for undeath ?

This works for undeath.


RE: Hashcat freezes - gentl - 04-01-2020

I can confirm that works fine
./hashcat -a 0 -m 21700 ...
but
./hashcat -a 0 -m 21700 -d 8,9,10,11
freeze


RE: Hashcat freezes - philsmd - 04-02-2020

Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs.

I can't reproduce this (new) problem


RE: Hashcat freezes - gentl - 04-02-2020

I have freeze ONLY with -d option on my Nvidia gpu. On -m 21700 and 21800 with same word.
What tests can i do more ?


RE: Hashcat freezes - undeath - 04-02-2020

I tested with my CPU and nVidia GPU and both worked for me.


RE: Hashcat freezes - gentl - 04-09-2020

just want to say that after i compiled v5.1.0-1772-g3c1ddc8
all works fine. And thanks for greate speed increase! (from ~ 200 to 250 kH/s)