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.
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.