hashcat Forum

Full Version: Hashcat freezes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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 ?
I delete old folder and clone and make in new.
And run hashcat as before. Yes on this word.
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 ?
(03-31-2020, 10:43 PM)philsmd Wrote: [ -> ]Does this work for undeath ?

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