mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 20:42:07 +00:00
removed message-pair-check - no longer needed
This commit is contained in:
parent
de9d026bb0
commit
a6a732704f
@ -3363,11 +3363,6 @@ int wpa_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_UNUSED
|
|||||||
|
|
||||||
wpa->message_pair = message_pair_orig;
|
wpa->message_pair = message_pair_orig;
|
||||||
|
|
||||||
if ((in.message_pair == MESSAGE_PAIR_M32E3) || (in.message_pair == MESSAGE_PAIR_M34E3))
|
|
||||||
{
|
|
||||||
wpa->nonce_error_corrections = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
wpa->keyver = in.keyver;
|
wpa->keyver = in.keyver;
|
||||||
|
|
||||||
if (wpa->keyver & ~7) return (PARSER_SALT_VALUE);
|
if (wpa->keyver & ~7) return (PARSER_SALT_VALUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user