Hashcat freezes
#11
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 ?
Reply
#12
I delete old folder and clone and make in new.
And run hashcat as before. Yes on this word.
Reply
#13
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 ?
Reply
#14
(03-31-2020, 10:43 PM)philsmd Wrote: Does this work for undeath ?

This works for undeath.
Reply
#15
I can confirm that works fine
./hashcat -a 0 -m 21700 ...
but
./hashcat -a 0 -m 21700 -d 8,9,10,11
freeze
Reply
#16
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
Reply
#17
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 ?
Reply
#18
I tested with my CPU and nVidia GPU and both worked for me.
Reply
#19
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)
Reply