Multi threaded Password List Generation
#3
(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
returns "No devices found/left"

Code:
hashcat -D2 wordlist.txt -r toggles5.rule --stdout > pwlist.txt
Works, starts building list.
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?
Reply


Messages In This Thread
RE: Multi threaded Password List Generation - by TheAviator - 03-05-2023, 01:54 PM