diff --git a/src/interface.c b/src/interface.c index b1c1bc32b..3c9c7ed2d 100644 --- a/src/interface.c +++ b/src/interface.c @@ -580,7 +580,7 @@ void hashconfig_destroy (hashcat_ctx_t *hashcat_ctx) const char *default_benchmark_mask (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra) { - const char *mask = "?b?b?b?b?b?b?b"; + const char *mask = "?a?a?a?a?a?a?a"; return mask; }