From f262417dc17e00fd74d167fe2fa69dfb1572c1cb Mon Sep 17 00:00:00 2001 From: Outwrest <0utWrest@protonmail.com> Date: Fri, 28 Apr 2023 17:01:51 -0500 Subject: [PATCH] Updated 3610 selftest hash --- src/modules/module_03610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }