hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.44k stars 219 forks source link

[FEATURE] Abort all agents chunks without deleting the task #610

Open s6410 opened 4 years ago

s6410 commented 4 years ago

Hashtopolis 0.12.0 latest master git

Hi,

Is there any option to abort a running task without deleting it? If I am running a PRINCE task for example and I add another task with higher priority I would like to abort all running agents in the PRINCE-task to be able to assign them to the new task and not have to wait for a new chunk to be dispatched in the PRINCE-task. Now you have to abort all chunks for each agent one by one which can be quite time consuming

staxmood commented 4 years ago

Would this be like a pause button for a task or super task along side of the task list? I've think i've seen this too when trying to move a task to a higher priority. I kept canceling new chunks that kept opening after aborting the prior chunk and ended up having to remove the task to shift priorities.

s6410 commented 4 years ago

Like staxmood says it would be more of a pause button, keeping the task active and at the same priority but forcing the agents to abort their chunks to get assigned to the new task with a higher priority.

If you don’t want the agents to continue with the task they were aborted from you could always set priority zero. Or maybe it should be implemented as a permanent pause, meaning abort all agents AND set priority to zero. Could lead to confusion and problem keeping track of tasks if you have many of them though.