03-29-2020, 12:58 PM (This post was last modified: 03-29-2020, 01:02 PM by gentl.)
Hi! I have Ubuntu 16 with installed Cuda 10.2 and Last Nvidia drivers - geforce 440.64 The system has 16 gb RAM , Core i3 and 7x1080ti I compiled Hashcat from last github source. And have a strange bug:
CUDA API is using.
- I have dictionary splitted on files by 512mb. - If i using -m 21700 or -m 21800 - hashcat always freezes on 70-86% progress in same files (for example always on dict4 and dict9). When i press S for status it just print in cmd line and nothing happend. Then i should use cntrl-c to stop proccess. (look attachment) - If i use ./hashcat --restore after abort. It freezes too. - I tried to use different hash's - but no results. - If i using -m 11300 - i haven't any problems.
./hashcat -a 0 -m 21700 /mnt/hdd/hash/ehash.txt /mnt/hdd/pass.txt.004
try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes.
Did you try to use OpenCL instead of CUDA (to show all the backends/devices use: hashcat -I), e.g. with hashcat -d 2 ... (depends on your system and the -I output, of course),
It would be great if you can generate a new hash (no funds etc attached to that wallet i.e. an empty wallet) for which we know the password and it also leads to the freezes with a specific word list and/or setup (Nvidia GPU only maybe).
03-29-2020, 03:25 PM (This post was last modified: 03-29-2020, 04:12 PM by gentl.)
sure, will make more deep investigation.
Just tested on win7 x64 with hashcat-5.1.0+1736 build.
Cuda 10.2 Drivers 440. 5 x 1070 gpu
Same file freeze on 91%
------------------
Just tried to use OpenCl on Ubuntu - freezed on 75%
(03-29-2020, 01:18 PM)philsmd Wrote: try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes.
Did you try to use OpenCL instead of CUDA (to show all the backends/devices use: hashcat -I), e.g. with hashcat -d 2 ... (depends on your system and the -I output, of course),
It would be great if you can generate a new hash (no funds etc attached to that wallet i.e. an empty wallet) for which we know the password and it also leads to the freezes with a specific word list and/or setup (Nvidia GPU only maybe).
I started to split dict file until i had files with one word. So here is file with word which makes hashcat freeze ..
I have no ideas how this word can do that...
I think that it could easily be that if there is some problem it has to do with the combination of hash and word (not just word alone)
That means that we would need to have an example hash that you can provide with known password and which also leads to the same problem (in fact we would always need the combination of hash, word and setup - Nvidia/CUDA/OpenCL etc).
I think a little bit of patience is always desirable, because developers (amongs others) also need to make sure that a candidate patch/fix doesn't break other things (quality assurance, unit tests etc).