1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

fixes -m 424: problem removing multiple already found WPA hashes

This commit is contained in:
philsmd 2016-07-08 12:38:49 +02:00
parent 450b779b91
commit 6eec6d42f5
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -13017,6 +13017,7 @@ int main (int argc, char **argv)
// here we have in line_buf: ESSID:MAC1:MAC2 (without the plain)
// manipulate salt_buf
memset (line_buf_cpy, 0, HCBUFSIZ);
memcpy (line_buf_cpy, line_buf, i);
char *mac2_pos = strrchr (line_buf_cpy, ':');