02-17-2022, 01:27 PM
just guessing on another thread some time ago
sometimes software changes it behavior on how the passwords are generated (iteration count etc.) there was a module where the var for iteration count was lower than the actual count/lenght resulting in an token length exeption
in your case this could be also the problem, because, 750kb of text is quite huge/different in comparision to the 110 bytes of the example hash
$RAR3$*1*ad56eb40219c9da2*834064ce*32*13*1*eb47b1abe17a1a75bce6c92ab1cef3f4126035ea95deaf08b3f32a0c7b8078e1*33
quick look in
https://github.com/hashcat/hashcat/blob/...le_23800.c
the max lenght of the hash before *33 is 655056 so your 750kb is a little bit to much i guess
could you provide the rar-file or the whole hash per pn plz?
EDIT:
found the thread i mentioned
https://hashcat.net/forum/thread-10116-p...l#pid52700
sometimes software changes it behavior on how the passwords are generated (iteration count etc.) there was a module where the var for iteration count was lower than the actual count/lenght resulting in an token length exeption
in your case this could be also the problem, because, 750kb of text is quite huge/different in comparision to the 110 bytes of the example hash
$RAR3$*1*ad56eb40219c9da2*834064ce*32*13*1*eb47b1abe17a1a75bce6c92ab1cef3f4126035ea95deaf08b3f32a0c7b8078e1*33
quick look in
https://github.com/hashcat/hashcat/blob/...le_23800.c
the max lenght of the hash before *33 is 655056 so your 750kb is a little bit to much i guess
could you provide the rar-file or the whole hash per pn plz?
EDIT:
found the thread i mentioned
https://hashcat.net/forum/thread-10116-p...l#pid52700