WPA cracking: Added support for WPA/WPA2 handshake AP nonce automatic error correction

WPA cracking: Added parameter --nonce-error-corrections to configure range of error correction
This commit is contained in:
jsteube
2017-03-07 14:41:58 +01:00
parent 67159b1936
commit c04dd5c8b1
11 changed files with 288 additions and 195 deletions
+14
View File
@@ -1,5 +1,12 @@
* changes v3.40 -> ?:
##
## Features
##
- WPA cracking: Added support for WPA/WPA2 handshake AP nonce automatic error correction
- WPA cracking: Added parameter --nonce-error-corrections to configure range of error correction
##
## Improvements
##
@@ -14,6 +21,13 @@
- Fixed a typo that resulted in the minimum password length not being correctly initialized
- Fixed a problem with parsing and displaying -m 7000 = Fortigate (FortiOS) hashes
##
## Technical
##
- Building: Added missing prototypes for atlassian_parse_hash function
- Sessions: Improved string comparison in case user sets --session to "hashcat"
* changes v3.30 -> v3.40:
##