WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid

Fixes https://github.com/hashcat/hashcat/issues/1113
This commit is contained in:
Jens Steube
2017-02-19 14:45:27 +01:00
parent 778f568d91
commit dd55c1eb66
8 changed files with 94 additions and 26 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
- Threads: Restored strerror as %m is unsupported by the BSDs
- Wordlists: Disable dictstat handling for hash-mode 3000 as it virtually creates words in the wordlist which is not the case for other modes
- Wordlists: Fixed memory leak in case access a file in a wordlist folder fails
- WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:essid
- WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
- WPA: Changed format for outfile_check from essid:mac1:mac2 to hash
* changes v3.20 -> v3.30: