1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-24 19:35:41 +00:00

Merge pull request #3006 from philsmd/master

change default pass for LM
This commit is contained in:
Jens Steube 2021-10-08 20:20:40 +02:00 committed by GitHub
commit 1aee5ba795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }