diff --git a/src/modules/module_13600.c b/src/modules/module_13600.c index a272adfca..1d048060e 100644 --- a/src/modules/module_13600.c +++ b/src/modules/module_13600.c @@ -24,7 +24,7 @@ static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat"; -static const char *ST_HASH = "$zip2$*0*1*0*9728599510190140*b013*0**37448f09fa06cb899efa*$/zip2$"; +static const char *ST_HASH = "$zip2$*0*1*0*0675369741458183*5dc5*0**36b85538918416712640*$/zip2$"; 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; }