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

Allow multiple dictionaries per attack #71

Open unclesp1d3r opened 3 months ago

unclesp1d3r commented 3 months ago

Each one should be a different task.

unclesp1d3r commented 2 months ago

The alternative is to just send them both and expect the agent to concatenate them. We have the bandwidth, according to our project assumptions, so we may as well.

unclesp1d3r commented 1 month ago

This is presently supported on the server side if we're leaving it up to the agent. If we are splitting them into multiple tasks then it still needs to be done.