hashcat Forum
Disable Cracking performance lower than expected? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Disable Cracking performance lower than expected? (/thread-7698.html)



Disable Cracking performance lower than expected? - w3soul - 07-29-2018

Hi there,

After a few seconds of hashcat running a message pops up:

Cracking performance lower than expected?        
* Append -w 3 to the commandline.
  This can cause your screen to lag.
* Update your OpenCL runtime / driver the right way:
  https://hashcat.net/faq/wrongdriver
* Create more work items to make use of your parallelization power:
  https://hashcat.net/faq/morework

Is there any way to disable that, it's so annoying ??


Thanks, W.


RE: Disable Cracking performance lower than expected? - DanielG - 07-29-2018

yeah, get the source code off github, change the part of the code that does that, compile hashcat, no more message.


RE: Disable Cracking performance lower than expected? - atom - 07-29-2018

You can also use an undocumented feature --advice-disable


RE: Disable Cracking performance lower than expected? - w3soul - 07-29-2018

Thanks atom and Daniel,

Both solutions worked for me!!