double hashed
#1
Rainbow 
Hi everyone

Im' trying to crack a bitwarden master password. But It doesn't work because apparently the hash is salted and hashed again before being stored in the database. I have the salt. So, is there a way to bring hashcat to salt and hash again before comparing?

I'm really thankfull for any input.

Greetings
stephan
Reply
#2
(09-06-2022, 12:35 AM)problemli Wrote: Hi everyone

Im' trying to crack a bitwarden master password. But It doesn't work because apparently the hash is salted and hashed again before being stored in the database. I have the salt. So, is there a way to bring hashcat to salt and hash again before comparing?

I'm really thankfull for any input.

Greetings
stephan

there is a pythonscript under tools called bitwarden2hashcat.py

this way you should be able to extract als things needed for a cracking attempt
Reply