hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

cap2hccapx should use default "EAPOL-Key Timeout" #26

Closed ZerBea closed 7 years ago

ZerBea commented 7 years ago

For the EAPOL-Key Timeout value, the default is 1 second or 1000 milliseconds. The available values in in version 6.0 are between 200 and 5000 milliseconds, while codes prior to 6.0 allow for values between 1 and 5 seconds. What this means is when it comes time to exchange the EAPOL keys between the AP and client, the AP will send the key and wait up to 1 second by default for the client to respond. Best regards ZerBea