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:
parent
66418b7a35
commit
7e6f3ef853
@ -11167,6 +11167,12 @@ int main (int argc, char **argv)
|
|||||||
data.pw_min = pw_min;
|
data.pw_min = pw_min;
|
||||||
data.pw_max = pw_max;
|
data.pw_max = pw_max;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* weak hash check
|
||||||
|
*/
|
||||||
|
|
||||||
|
potfile_write_open (potfile_ctx);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* weak hash check
|
* weak hash check
|
||||||
*/
|
*/
|
||||||
@ -11261,8 +11267,6 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
potfile_write_open (potfile_ctx);
|
|
||||||
|
|
||||||
char **induction_dictionaries = NULL;
|
char **induction_dictionaries = NULL;
|
||||||
|
|
||||||
int induction_dictionaries_cnt = 0;
|
int induction_dictionaries_cnt = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user