Disable Cracking performance lower than expected?
#1
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.
#2
yeah, get the source code off github, change the part of the code that does that, compile hashcat, no more message.
#3
You can also use an undocumented feature --advice-disable
#4
Thanks atom and Daniel,

Both solutions worked for me!!