hashcat Forum
Connect two PCs - 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: Connect two PCs (/thread-9047.html)



Connect two PCs - tori - 03-16-2020

Hello, ist it possible to connect two pc that hashcat can work with both pc gpus?


RE: Connect two PCs - blacktraffic - 03-17-2020

There's a couple of solutions like hashtopolis, which I haven't really played with - https://github.com/s3inlc/hashtopolis

Otherwise, you need to manually split the keyspace somehow and run half on each box. Or one third/two thirds or whatever, if one GPU is more powerful than the other. This will depend on what sort of attack you're running.

( For something quick like multiple NTLM hashes, I'd be inclined to start -a 3 (mask) on one and -a 0 (dict and rules) on the other. )