03-07-2020, 08:00 PM
Do you use --optimized-kernel-enable (or short -O) in your command ?
The maximum password length with -O is 20:
it would make sense, because as far as I understand the password was "evenevenevenlongertest" that was first rejected.
In hashcat you should also see this rejection in the status prompt:
you could also try to use the beta version (from https://hashcat.net/beta/ , but in my opinion it would change much here, because the pure kernel already existed with -m 12500 for a long time, i.e. also latest release version had support for pass > 20)
The maximum password length with -O is 20:
Code:
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 20
it would make sense, because as far as I understand the password was "evenevenevenlongertest" that was first rejected.
In hashcat you should also see this rejection in the status prompt:
Code:
Rejected.........: 2/6 (33.33%)
you could also try to use the beta version (from https://hashcat.net/beta/ , but in my opinion it would change much here, because the pure kernel already existed with -m 12500 for a long time, i.e. also latest release version had support for pass > 20)