-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated WPA2 handshake to new hashcat format
Hashcat used to use the hccapx binary format for WPA2 handshakes https://hashcat.net/wiki/doku.php?id=hccapx They have now deprecated that format and moved to a different one https://hashcat.net/forum/thread-10253.html and hashcat/hashcat#1816 This commit removed the code for generating the hccapx's and implements the new format. It maintains an ability to write the hash to a file specified by the mana_wpaout config directive. But because the new format is now a string rather than binary, it will also output it as a string.
- Loading branch information
Showing
1 changed file
with
92 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters