mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
This commit is contained in:
parent
86f1305246
commit
8fc1306b0b
@ -18295,10 +18295,17 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
log_info ("");
|
log_info ("");
|
||||||
|
|
||||||
if (stdout_flag == 0) status_display ();
|
status_display ();
|
||||||
|
|
||||||
log_info ("");
|
log_info ("");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (status == 1)
|
||||||
|
{
|
||||||
|
status_display ();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (induction_dictionaries_cnt)
|
if (induction_dictionaries_cnt)
|
||||||
|
Loading…
Reference in New Issue
Block a user