Posts: 4
Threads: 2
Joined: Jan 2023
I am running brute-force mask attacks and have noticed that my hash speed varies a lot. I am running this on an Intel CPU. My CPU does not run at its full clock speed either. Is there any suggestions on how I can improve my speed?
Posts: 385
Threads: 1
Joined: Aug 2020
What hash are you working on? GPU is recommended for most.
Posts: 883
Threads: 15
Joined: Sep 2017
attack speed varies and depends a lot on hash, masklength, given dictionaries or rules
dont use windows taskmanager in conjunction with hashcat to tell the workload (see hashcat output for this), this also applies for gpu
Posts: 4
Threads: 2
Joined: Jan 2023
(01-09-2023, 11:32 AM)marc1n Wrote: What hash are you working on? GPU is recommended for most.
PKZIP, 17230
I am not using GPU due to issues with my main PC and servers, thus am running it on laptop as I expect getting a system with GPU up will take a while.
Posts: 4
Threads: 2
Joined: Jan 2023
(01-09-2023, 02:22 PM)Snoopy Wrote: attack speed varies and depends a lot on hash, masklength, given dictionaries or rules
dont use windows taskmanager in conjunction with hashcat to tell the workload (see hashcat output for this), this also applies for gpu
Yes I understand that using something like task manager is inaccurate for certain workloads, however I am using hashcat's output on speed to determine that there is a significant drop in hash speed. I am using CPU-X and htop(I use Ubuntu) to monitor my CPU clock speed and other stats. I have however noted that when using certain instruction sets like AVX and AMX with my code and other software, my CPU runs at a lower clock, I am wondering if the same issue affects hashcat.