Use a fixed path for the potfile rather than session depending

This commit is contained in:
Jens Steube
2016-04-03 15:46:05 +02:00
parent 3cd83a4ab9
commit 09e971c938
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -161,6 +161,9 @@ static inline int CPU_ISSET (int num, cpu_set_t *cs) { return (cs->count & (1 <
#define LOOPBACK_FILE "hashcat.loopback"
#define DICTSTAT_FILENAME "hashcat.dictstat"
#define POTFILE_FILENAME "hashcat.pot"
/**
* types
*/