From 6eec6d42f5f16cf8456fad71afa30e86fe679b93 Mon Sep 17 00:00:00 2001 From: philsmd Date: Fri, 8 Jul 2016 12:38:49 +0200 Subject: [PATCH] fixes -m 424: problem removing multiple already found WPA hashes --- src/hashcat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hashcat.c b/src/hashcat.c index 1a70430..bd3c2ea 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -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, ':'); -- 2.25.1