f0cker / crackq

CrackQ: A Python Hashcat cracking queue system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi server support

linted opened this issue · comments

I love the design and feel of this application. I have a couple of old servers that are not being actively used. Is it possible to run the service in a way that distributes the work load across multiple physical servers?

Thanks. I don't think it will be difficult, but I would like to wait until a later date to add this. The API is already included so all that would be needed is to figure out the best approach for splitting the workload to send to each node and add functionality for one node to become a master and send the work using crackq-client.