diff --git a/src/modules/module_03610.c b/src/modules/module_03610.c index 9df39b610..e93be95ed 100644 --- a/src/modules/module_03610.c +++ b/src/modules/module_03610.c @@ -29,7 +29,7 @@ static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE | OPTS_TYPE_ST_ADD80; static const u32 SALT_TYPE = SALT_TYPE_GENERIC; static const char *ST_PASS = "hashcat"; -static const char *ST_HASH = "03a4ed59eda7da82a8dd32dec260aba3:1234"; +static const char *ST_HASH = "a0ab79f9e2b5a4434d2da61673b56362:1234"; u32 module_attack_exec (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra) { return ATTACK_EXEC; } u32 module_dgst_pos0 (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra) { return DGST_POS0; }