hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Priority Problem

at2023 opened this issue · comments

Version Information

0.14.0 & 0.14.1

Hashcat

6.2.6

Description

In the first scenario, User 1 initiates the attack with a priority of 1, and then User 2 launches their attack with a priority of 2 or higher.

We have observed that when User 2 initiates the attack and it is assigned to the agent, it automatically leads to the de-assignment of the task containing User 1's attack by the agent.

We have also noticed that once the active part of User 1's attack is completed, their attack is considered finished, and User 2's attack is launched.

In the second scenario, User 1 initiates the attack with a priority of 2 or higher, and User 2 also initiates their attack with a priority of 1. The result is similar to the previous case: User 2's attack is initiated, and User 1's attack is interrupted.
As a result, there is a priority issue with larger tasks.
@zyronix @s3inlc @hops @rixvet