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

Move to drag-and-drop attack reordering #124

Closed unclesp1d3r closed 1 month ago

unclesp1d3r commented 4 months ago

While the order buttons technically work, they don't refresh the page when you click them, so you have to refresh to know they work. Lets look at using Stimulus Components to allow the user to drag and drop the order of attacks and campaigns.

unclesp1d3r commented 2 months ago

I'm not sure this makes sense anymore since we should probably assign priorities and use some sort of algorithm to prioritize attacks. Maybe we could precalculate keyspace or just assume certain types of attacks are faster.

unclesp1d3r commented 1 month ago

This is not valid anymore since we've moved to automated prioritization of attacks.