mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-19 15:28:50 +00:00
Added a newline to final status in case one or more hashes were cracked
This commit is contained in:
parent
69ad06ec12
commit
ff6d3da363
@ -1632,6 +1632,8 @@ static int inner1_loop (user_options_t *user_options, user_options_extra_t *user
|
|||||||
{
|
{
|
||||||
clear_prompt ();
|
clear_prompt ();
|
||||||
|
|
||||||
|
if (hashes->digests_saved != hashes->digests_done) log_info ("");
|
||||||
|
|
||||||
status_display (opencl_ctx, hashconfig, hashes, restore_ctx, user_options, user_options_extra, rules_ctx, mask_ctx);
|
status_display (opencl_ctx, hashconfig, hashes, restore_ctx, user_options, user_options_extra, rules_ctx, mask_ctx);
|
||||||
|
|
||||||
log_info ("");
|
log_info ("");
|
||||||
|
Loading…
Reference in New Issue
Block a user