f4n0 / bitwarden_find_duplicates

Find duplicate logins based on domain, from bitwarden export. Open source for your safety, read source before executing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitwarden Find Duplicates

Find duplicate logins based on domain, from bitwarden export. Open source for your safety, read source before executing.

How to use

Run the bitwarden.py file:

python bitwarden.py

Then choose your Bitwarden json export (needs to be unencrypted :c ) and it will open a nice looking website presenting the duplicates in your browser.

or

Specify file path manually:

python bitwarden.py bitwarden_export.json

Where bitwarden_export.json is the path to your export.

Requirements

  • Python 3.7 at least
  • Modern browser (tested with Firefox 88 and Chrome 86)

Demonstration

Demonstration

About

Find duplicate logins based on domain, from bitwarden export. Open source for your safety, read source before executing.


Languages

Language:HTML 70.1%Language:Python 29.4%Language:Shell 0.2%Language:Batchfile 0.2%