HCCAPX management: Use advanced hints in message_pair stored by hcxtools about endian bitness of replay counter

Fixed missing code section in -m 2500 and -m 2501 to crack corrupted handshakes with a LE endian bitness base
This commit is contained in:
jsteube
2018-06-15 17:00:41 +02:00
parent 5035b75bd7
commit 547025ec47
8 changed files with 1762 additions and 820 deletions

View File

@@ -194,6 +194,8 @@ typedef struct wpa
u32 hash[4];
int nonce_compare;
int nonce_error_corrections;
int detected_le;
int detected_be;
} wpa_t;