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

WPA: Changed format for outfile_check from essid:mac1:mac2 to hash
This commit is contained in:
jsteube
2017-02-01 12:25:21 +01:00
parent 41648e9db0
commit 2135ea3329
5 changed files with 117 additions and 134 deletions
-3
View File
@@ -12,9 +12,6 @@
#define INCR_POT 1000
int sort_by_hash_t_salt (const void *v1, const void *v2);
int sort_by_hash_t_salt_hccap (const void *v1, const void *v2);
int potfile_init (hashcat_ctx_t *hashcat_ctx);
int potfile_read_open (hashcat_ctx_t *hashcat_ctx);
void potfile_read_close (hashcat_ctx_t *hashcat_ctx);