Fixed a bug where hashcat did not take into account how long it takes to prepare a session when auto-aborting with --runtime is in use
This commit is contained in:
@@ -1327,6 +1327,8 @@ typedef struct
|
||||
time_t runtime_start;
|
||||
time_t runtime_stop;
|
||||
|
||||
time_t prepare_time;
|
||||
|
||||
time_t proc_start;
|
||||
time_t proc_stop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user