03-31-2020, 10:43 PM
I can't reproduce this problem. For me the new version work like this:
Can anybody test this ? Does this work for undeath ?
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 ?