lachlan2k / phatcrack

Modern web-based distributed hashcracking solution, built on hashcat
MIT License
109 stars 8 forks source link

Attack Sharding #9

Closed lachlan2k closed 1 year ago

lachlan2k commented 1 year ago

Attacks like wordlist attacks, mask attacks, etc. should all be "sharded" in multiple jobs for distriubtion, if possible.

When an attack is started, phatcrack should look at the number of available agents, and appropriately carve up the job, based on the attack mode. There are parameters to tell hashcat to skip the first n entries in a wordlist, etc. so that would be appropriate for wordlist based attacks. We can probably find clever ways of carving up mask attacks too, etc.

lachlan2k commented 1 year ago

MVP done for mask and dictionary basedf attacks. Closing for now