Dictstat: On Windows, the st_ino attribute in the stat struct is not set which can lead to invalid cache hits. Added the filename to the database entry.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
#define MAX_DICTSTAT 100000
|
||||
|
||||
#define DICTSTAT_FILENAME "hashcat.dictstat2"
|
||||
#define DICTSTAT_VERSION (0x6863646963743200 | 0x01)
|
||||
#define DICTSTAT_VERSION (0x6863646963743200 | 0x02)
|
||||
|
||||
int sort_by_dictstat (const void *s1, const void *s2);
|
||||
|
||||
|
||||
@@ -1656,6 +1656,8 @@ typedef struct dictstat
|
||||
char encoding_from[64];
|
||||
char encoding_to[64];
|
||||
|
||||
u8 hash_filename[16];
|
||||
|
||||
} dictstat_t;
|
||||
|
||||
typedef struct hashdump
|
||||
|
||||
Reference in New Issue
Block a user