mandiant / gocrack

GoCrack is a management frontend for password cracking tools written in Go
MIT License
1.12k stars 240 forks source link

Support for using GPUs from different nodes on one job #15

Open rvn2p opened 6 years ago

rvn2p commented 6 years ago

Hi, I know it's a lot to ask but it would be great to have GPUs from different clients working on one job.

I know that the skip and limit parameters can be used to split up cracking jobs but finding the right split points will be tough. Two ideas would be:

  1. Bench the different systems and split the keyspace proportionately
  2. Break down the keyspace into slices (for example 10 minute aequivalents) and distirbute them round robin.

Both solutions would only work if the key space is deterministic , with makes working on larger maskfiles or rulesets + wordlists very complicated.

Also the splitting up of chunks is highly dependent on the hashtype (10 min MD5 vs 10 min Keepass)

I-Iugo commented 6 years ago

:+1: