hcstat: Could not load data
#2
Trying to troubleshot the problem, I saw that the hashcat-utils “word-parsing engine has a minimum and maximum allowed word-length range (like in “len” example).

See utils.c header:
#define FGETS_MIN 1
#define FGETS_MAX 16”.

So, I removed from my dictionary everything longer than 16 characters, and I re-run the hcstatgen.exe. The .hcstat file that was created worked fine with statprocessor. Though it was 300mb in size.


Messages In This Thread
hcstat: Could not load data - by 2die4 - 06-05-2014, 10:20 PM
RE: hcstat: Could not load data - by 2die4 - 06-08-2014, 10:11 AM
RE: hcstat: Could not load data - by Clutch - 06-08-2014, 10:31 PM