From fde01b1d4ba7e8abf9ee7ec0437435ce54218519 Mon Sep 17 00:00:00 2001 From: philsmd Date: Fri, 8 Oct 2021 17:00:13 +0200 Subject: [PATCH] change default pass for LM --- src/modules/module_03000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_03000.c b/src/modules/module_03000.c index e7c054e99..3b3548011 100644 --- a/src/modules/module_03000.c +++ b/src/modules/module_03000.c @@ -29,7 +29,7 @@ static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE | OPTS_TYPE_HASH_SPLIT; static const u32 PWDUMP_COLUMN = PWDUMP_COLUMN_LM_HASH; static const u32 SALT_TYPE = SALT_TYPE_NONE; -static const char *ST_PASS = "hashcat1"; +static const char *ST_PASS = "hashcat"; static const char *ST_HASH = "299bd128c1101fd6"; 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; }