hashcat Forum
Run few processes - 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: Run few processes (/thread-9503.html)



Run few processes - pbies - 09-13-2020

Is it ok to run few hashcat.exe at the same time?

What if:

1. hashcat.exe cracks using GPU and other hashcat.exe cracks using GPU - will they collide?
2. one cracks, second is running to generate passwords by rules - will they collide?


RE: Run few processes - royce - 09-13-2020

Multiple sessions are fine. I regularly pause one long-running session to do a quick shorter session. You will want to use the --session parameter to give additional ones different names.

Multiple sessions actively running at the same time will compete for resources, unless you target specific devices (CPU for one and GPU for the other, or distribute to specific GPUs, etc.)