Bitwarden module 23400: Salt-iteration length exception
#6
(04-02-2024, 11:36 PM)penguinkeeper Wrote: PR created: https://github.com/hashcat/hashcat/pull/3980

If you want to use it:
1) Go here https://github.com/PenguinKeeper7/hashca...ration-Cap
2) Click "Code" then "Download ZIP"
3) Extract it
4) Use the compile instructions in BUILD.md

Good luck!

Thanks for your help and quick reply. I somehow had those already similarly configured. Unfortunately, I was not able to  get it working. I commented out those two lines

Code:
// lines 170 and 177 in module_23400.c
if (iter1 > 999999) return (PARSER_SALT_ITERATION);
if (iter2 > 999999) return (PARSER_SALT_ITERATION);

I understand that it is important to check users input. For my purpose I commented it out. I have no deep knowledge about either programming or hashcat but I figure this error somehow happens in the input_tokenizer on line 151.

Thank you again. I still need to hack my password, but you helped me to get my hashcat running. Now I'll need to figure out masks and stuff. Hashcat is really nice.

T.
Reply


Messages In This Thread
RE: Bitwarden module 23400: Salt-iteration length exception - by tom - 04-05-2024, 08:28 PM