From d266cb5834eea416a02f1f08db939b46b0a7a28f Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 22 Jan 2019 23:24:17 +0100 Subject: [PATCH] Fix -m 17300 and -m 17700 configuration --- src/modules/module_17300.c | 5 +++-- src/modules/module_17700.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/modules/module_17300.c b/src/modules/module_17300.c index 0e7d81e3f..041d5da51 100644 --- a/src/modules/module_17300.c +++ b/src/modules/module_17300.c @@ -23,9 +23,10 @@ static const u64 KERN_TYPE = 17300; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_USES_BITS_64 | OPTI_TYPE_RAW_HASH; -static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE +static const u64 OPTS_TYPE = OPTS_TYPE_STATE_BUFFER_LE + | OPTS_TYPE_PT_GENERATE_LE | OPTS_TYPE_PT_ADD06; -static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; +static const u32 SALT_TYPE = SALT_TYPE_NONE; static const char *ST_PASS = "hashcat"; static const char *ST_HASH = "412ef78534ba6ab0e9b1607d3e9767a25c1ea9d5e83176b4c2817a6c"; diff --git a/src/modules/module_17700.c b/src/modules/module_17700.c index 8f799295f..269f94b0a 100644 --- a/src/modules/module_17700.c +++ b/src/modules/module_17700.c @@ -23,9 +23,10 @@ static const u64 KERN_TYPE = 17700; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_USES_BITS_64 | OPTI_TYPE_RAW_HASH; -static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE +static const u64 OPTS_TYPE = OPTS_TYPE_STATE_BUFFER_LE + | OPTS_TYPE_PT_GENERATE_LE | OPTS_TYPE_PT_ADD01; -static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED; +static const u32 SALT_TYPE = SALT_TYPE_NONE; static const char *ST_PASS = "hashcat"; static const char *ST_HASH = "e1dfad9bafeae6ef15f5bbb16cf4c26f09f5f1e7870581962fc84636";