03-05-2023, 01:54 PM
(This post was last modified: 03-05-2023, 02:07 PM by TheAviator.)
(03-05-2023, 12:14 PM)marc1n Wrote: Interesting I have Intel and I don't have these problems, perhaps it's a matter of your drivers on the system.
Maybe it is an AMD thing, it happening on my 5950x and my 2700x system, one with windows10 , the other with K@li, both using a single core when generating list.
Quote:Try adding -D1 to the commend line maybe it will help.
Code:
hashcat -D1 wordlist.txt -r toggles5.rule --stdout > pwlist.txt
Code:
hashcat -D2 wordlist.txt -r toggles5.rule --stdout > pwlist.txt
CPU at 5% on single core. Task manager has GPU @ 0%
So either hashcat is actually building word list on GPU and task manager isnt reporting?
Or is this some weird kinda bug?