mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Fix some warning about --dynamic-x in hashes_init_stage1()
This commit is contained in:
parent
d7bcc76b92
commit
810c65f908
@ -1918,7 +1918,7 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
event_log_advice (hashcat_ctx, "* Token length exception: %u/%u hashes", hashes->parser_token_length_cnt, hashes->parser_token_length_cnt + hashes->hashes_cnt);
|
event_log_advice (hashcat_ctx, "* Token length exception: %u/%u hashes", hashes->parser_token_length_cnt, hashes->parser_token_length_cnt + hashes->hashes_cnt);
|
||||||
event_log_advice (hashcat_ctx, " This error happens if the wrong hash type is specified, if the hashes are");
|
event_log_advice (hashcat_ctx, " This error happens if the wrong hash type is specified, if the hashes are");
|
||||||
event_log_advice (hashcat_ctx, " malformed, or if input is otherwise not as expected (for example, if the");
|
event_log_advice (hashcat_ctx, " malformed, or if input is otherwise not as expected (for example, if the");
|
||||||
event_log_advice (hashcat_ctx, " --username option is used but no username is present)");
|
event_log_advice (hashcat_ctx, " --username or --dynamic-x option is used but no username or dynamic-tag is present)");
|
||||||
event_log_advice (hashcat_ctx, NULL);
|
event_log_advice (hashcat_ctx, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user