Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract hash from Bitwarden Extension? #6

Open
qweDisgustin opened this issue Jan 24, 2024 · 2 comments
Open

How to extract hash from Bitwarden Extension? #6

qweDisgustin opened this issue Jan 24, 2024 · 2 comments

Comments

@qweDisgustin
Copy link

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
Copy link

philsmd commented Apr 10, 2024

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants