From cf3dd5f3db6c3f32f54f01001d1c2c3772831d3a Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sat, 15 Jun 2019 09:20:15 +0200 Subject: [PATCH] Update -m 13600 selftest hash --- src/modules/module_13600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }