From 6d24f18f8c6af02f5cb38c2d5077ba3bf7dd515c Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 15 Oct 2021 11:33:09 +0200 Subject: [PATCH] Temporary workaround for #2987 --- src/modules/module_22000.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modules/module_22000.c b/src/modules/module_22000.c index 2df0fc502..ea0e70a46 100644 --- a/src/modules/module_22000.c +++ b/src/modules/module_22000.c @@ -1072,6 +1072,8 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE if (wpa->message_pair & (1 << 7)) { // replaycount not checked, nc needed + wpa->nonce_error_corrections = NONCE_ERROR_CORRECTIONS; // temporary until architectural change done (module_hash_decode_postprocess?) + } else { @@ -1100,6 +1102,10 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE wpa->detected_be = 1; } + wpa->detected_le = 1; // temporary see https://github.com/hashcat/hashcat/issues/2987 + wpa->detected_be = 1; // temporary see https://github.com/hashcat/hashcat/issues/2987 + + // mic const u8 *mic_pos = token.buf[2];