unclesp1d3r / CipherSwarm

CipherSwarm is a distributed hash cracking system designed for efficiency and scalability, built on Ruby on Rails.
Mozilla Public License 2.0
2 stars 0 forks source link

Campaigns should handle when they're done #156

Closed unclesp1d3r closed 2 months ago

unclesp1d3r commented 2 months ago

Right now, when a campaign with many attacks cracks all of the hashes in the first attack, nothing marks the rest of the attacks as completed. The client attempts to do so but complains that the hash list is empty.

unclesp1d3r commented 2 months ago

Resolved with a73dbf0