Skip to content

jinks/passbleed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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