Fix WPA/WPA2 incorrectly reports cracked passwords in some cases

This commit is contained in:
jsteube
2017-02-27 09:30:02 +01:00
parent c13f851a52
commit d2e95d5e1b
3 changed files with 32 additions and 3 deletions
+2 -1
View File
@@ -1740,7 +1740,8 @@ char *strparser (const u32 parser_status);
int check_old_hccap (const char *hashfile);
void to_hccapx_t (hashcat_ctx_t *hashcat_ctx, hccapx_t *hccapx, const u32 salt_pos, const u32 digest_pos);
void wpa_essid_reuse (hashcat_ctx_t *hashcat_ctx);
void wpa_essid_reuse (hashcat_ctx_t *hashcat_ctx);
void wpa_essid_reuse_next (hashcat_ctx_t *hashcat_ctx, const u32 salt_idx_cracked);
int ascii_digest (hashcat_ctx_t *hashcat_ctx, char *out_buf, const size_t out_len, const u32 salt_pos, const u32 digest_pos);