Fixed WPA/WPA2 cracking in case eapol frame is >= 248 byte

This commit is contained in:
jsteube
2017-02-13 18:31:15 +01:00
parent 9c5cfd17ac
commit 63b7321be2
4 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ typedef struct pdf
typedef struct wpa
{
u32 pke[25];
u32 eapol[64];
u32 eapol[64 + 16];
u16 eapol_len;
u8 authenticated;
u8 keyver;