Weird behaviour when cracking RAR?
#2
Do you use --optimized-kernel-enable (or short -O) in your command ?

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)
Reply


Messages In This Thread
Weird behaviour when cracking RAR? - by noobie90 - 03-07-2020, 07:43 PM
RE: Weird behaviour when cracking RAR? - by philsmd - 03-07-2020, 08:00 PM