0x6470 / bitwarden2hashcat

A tool that converts Bitwarden's data into a hashcat-suitable hash
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

How to extract hash from Bitwarden Extension? #6

Open qweDisgustin opened 5 months ago

qweDisgustin commented 5 months ago

I need to crack my lost bitwarden, i have files from chrome extension. As I understand it, bitwarden2hashcat is intended only for Desktop app. How i can extract hash from extension? Thank you!

philsmd commented 2 months ago

You should start by reading the README.md file here: https://github.com/0x6470/bitwarden2hashcat?tab=readme-ov-file#getting-started

You need to get comfortable with windows cmd or a shell under linux or macOS brew. After that you need to instally python3 and the requirements as mentioned.

If all is set up you need to open a new cmd window, check if python3 --version or python3 /version (I guess this syntax is used in cmd). Only if python is working correctly, you can proceed by running the whole command as mentioned in the README.md file

python bitwarden2hashcat.py json_files.json

qweDisgustin commented 2 weeks ago

You should start by reading the README.md file here: https://github.com/0x6470/bitwarden2hashcat?tab=readme-ov-file#getting-started

You need to get comfortable with windows cmd or a shell under linux or macOS brew. After that you need to instally python3 and the requirements as mentioned.

If all is set up you need to open a new cmd window, check if python3 --version or python3 /version (I guess this syntax is used in cmd). Only if python is working correctly, you can proceed by running the whole command as mentioned in the README.md file

python bitwarden2hashcat.py json_files.json

in chrome local files i have only 2 format of files, .log and .ldb where can I get .json?