mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-26 08:29:35 +00:00
skip preamble if --backend_info and --machine
This commit is contained in:
parent
5c1ae6a1f6
commit
76869e5099
@ -87,10 +87,13 @@ void welcome_screen (hashcat_ctx_t *hashcat_ctx, const char *version_tag)
|
|||||||
event_log_info (hashcat_ctx, NULL);
|
event_log_info (hashcat_ctx, NULL);
|
||||||
}
|
}
|
||||||
else if (user_options->backend_info > 0)
|
else if (user_options->backend_info > 0)
|
||||||
|
{
|
||||||
|
if (user_options->machine_readable == false)
|
||||||
{
|
{
|
||||||
event_log_info (hashcat_ctx, "%s (%s) starting in backend information mode", PROGNAME, version_tag);
|
event_log_info (hashcat_ctx, "%s (%s) starting in backend information mode", PROGNAME, version_tag);
|
||||||
event_log_info (hashcat_ctx, NULL);
|
event_log_info (hashcat_ctx, NULL);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (user_options->hash_mode_chgd == false)
|
else if (user_options->hash_mode_chgd == false)
|
||||||
{
|
{
|
||||||
event_log_info (hashcat_ctx, "%s (%s) starting in autodetect mode", PROGNAME, version_tag);
|
event_log_info (hashcat_ctx, "%s (%s) starting in autodetect mode", PROGNAME, version_tag);
|
||||||
|
Loading…
Reference in New Issue
Block a user