Posts: 2,267
Threads: 16
Joined: Feb 2013
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 ?
Posts: 49
Threads: 15
Joined: Mar 2019
I delete old folder and clone and make in new.
And run hashcat as before. Yes on this word.
Posts: 2,267
Threads: 16
Joined: Feb 2013
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 ?
Posts: 2,301
Threads: 11
Joined: Jul 2010
(03-31-2020, 10:43 PM)philsmd Wrote: Does this work for undeath ?
This works for undeath.
Posts: 49
Threads: 15
Joined: Mar 2019
04-01-2020, 09:51 AM
(This post was last modified: 04-01-2020, 04:12 PM by gentl.)
I can confirm that works fine
./hashcat -a 0 -m 21700 ...
but
./hashcat -a 0 -m 21700 -d 8,9,10,11
freeze
Posts: 2,267
Threads: 16
Joined: Feb 2013
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
Posts: 49
Threads: 15
Joined: Mar 2019
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 ?
Posts: 2,301
Threads: 11
Joined: Jul 2010
I tested with my CPU and nVidia GPU and both worked for me.
Posts: 49
Threads: 15
Joined: Mar 2019
04-09-2020, 12:28 AM
(This post was last modified: 04-09-2020, 12:28 AM by gentl.)
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)