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

Make sure potfile is opened in case weak-hash-check cracks a hash

This commit is contained in:
jsteube 2016-09-13 13:06:55 +02:00
parent 66418b7a35
commit 7e6f3ef853

View File

@ -11167,6 +11167,12 @@ int main (int argc, char **argv)
data.pw_min = pw_min;
data.pw_max = pw_max;
/**
* weak hash check
*/
potfile_write_open (potfile_ctx);
/**
* weak hash check
*/
@ -11261,8 +11267,6 @@ int main (int argc, char **argv)
}
}
potfile_write_open (potfile_ctx);
char **induction_dictionaries = NULL;
int induction_dictionaries_cnt = 0;