mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Merge pull request #970 from dellastreet/FinalStatusUpdate
Final machine output status missing depending timer
This commit is contained in:
commit
814bbb5f72
@ -274,6 +274,10 @@ static void main_cracker_finished (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYB
|
|||||||
event_log_info (hashcat_ctx, "");
|
event_log_info (hashcat_ctx, "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (user_options->machine_readable == true)
|
||||||
|
{
|
||||||
|
status_display (hashcat_ctx);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (user_options->quiet == false)
|
if (user_options->quiet == false)
|
||||||
|
Loading…
Reference in New Issue
Block a user