From 5e82703f7e087e158859f59df73a8fe7b0f0a26f Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Tue, 2 May 2023 00:55:11 +0200 Subject: [PATCH] Fixed bug in 29600 module OPTS_TYPE setting --- docs/changes.txt | 1 + src/modules/module_29600.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 829a89d20..70f7f560f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -54,6 +54,7 @@ - Fixed bug in --stdout that caused certain rules to malfunction - Fixed bug in 18400 module_hash_encode - Fixed bug in 26900 module_hash_encode +- Fixed bug in 29600 module OPTS_TYPE setting - Fixed bug in grep out-of-memory workaround on Unit Test - Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules - Fixed build failed for 18400 with Apple Metal diff --git a/src/modules/module_29600.c b/src/modules/module_29600.c index e05edcd63..e05e75eab 100644 --- a/src/modules/module_29600.c +++ b/src/modules/module_29600.c @@ -22,8 +22,7 @@ static const char *HASH_NAME = "Terra Station Wallet (AES256-CBC(PBKDF2($pa static const u64 KERN_TYPE = 29600; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE - | OPTS_TYPE_ST_HEX - | OPTS_TYPE_PT_GENERATE_BE; + | OPTS_TYPE_ST_HEX; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; static const char *ST_PASS = "hashcat"; static const char *ST_HASH = "67445496c838e96c1424a8dae4b146f0fc247c8c34ef33feffeb1e4412018512wZGtBMeN84XZE2LoOKwTGvA4Ee4m7PR1lDGIdWUV6OSUZKRiKFx9tlrnZLt8r8OfOzbwUS2a2Uo+nrrP6F85fh4eHstwPJw0KwzHWB8br58=";