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
+2
View File
@@ -1207,6 +1207,8 @@ typedef struct wpa
u32 hash[4];
int nonce_compare;
int nonce_error_corrections;
int detected_le;
int detected_be;
} wpa_t;
+959 -463
View File
File diff suppressed because it is too large Load Diff
+743 -355
View File
File diff suppressed because it is too large Load Diff