jinks / passbleed

Check your keepass URLs against cloudbleed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passbleed

Passbleed checks your exported KeePass database against the CloudBleed list found here.

Download

Head to the Releases page and grab a copy for your OS (only the Linux release was tested)

or:

go get github.com/jinks/passbleed

(required Go 1.8+)

Usage

  1. Export your KeePass database to CSV format with either KeePass v2.35, KeePassX v2.0.3 or KeepassXC v2.1.2
  2. Grab a copy of sorted_unique_cf.txt (use the master.zip to save some bandwidth)
  3. Run ./passbleed keepass.csv sorted_unique_cf.txt

Caveats

  • All processing happens in RAM. On my machine it uses about 400 MB
  • The exported CSV contains sensitive data. Put it on an encrypted disk and/or securely delete it when you're done.

Changelog

v1.2:

  • Support emebedded quotes
  • Added LastPass CSV support (untested)

v1.1:

  • Added 1Password CSV support
  • Sorted output

About

Check your keepass URLs against cloudbleed

License:MIT License


Languages

Language:Go 100.0%