Connect two PCs
#1
Hello, ist it possible to connect two pc that hashcat can work with both pc gpus?
Reply
#2
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. )
Reply