mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-18 22:28:14 +00:00
Merge pull request #426 from philsmd/master
fixes -m #424: problem removing multiple already found WPA hashes
This commit is contained in:
commit
7350f38bc4
@ -13018,6 +13018,7 @@ int main (int argc, char **argv)
|
|||||||
// here we have in line_buf: ESSID:MAC1:MAC2 (without the plain)
|
// here we have in line_buf: ESSID:MAC1:MAC2 (without the plain)
|
||||||
// manipulate salt_buf
|
// manipulate salt_buf
|
||||||
|
|
||||||
|
memset (line_buf_cpy, 0, HCBUFSIZ);
|
||||||
memcpy (line_buf_cpy, line_buf, i);
|
memcpy (line_buf_cpy, line_buf, i);
|
||||||
|
|
||||||
char *mac2_pos = strrchr (line_buf_cpy, ':');
|
char *mac2_pos = strrchr (line_buf_cpy, ':');
|
||||||
|
Loading…
Reference in New Issue
Block a user