-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jinks
committed
Feb 24, 2017
1 parent
bb612be
commit b7dcdd2
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# passbleed | ||
Check your keepass URLs against cloudbleed | ||
# Passbleed | ||
Passbleed checks your exported KeePass database against the ClodBleed list | ||
found [here](https://github.com/pirate/sites-using-cloudflare). | ||
|
||
## Download | ||
Head to the [Releases](https://github.com/jinks/passbleed/releases) page and grab a copy for your OS (only the Linux release was tested) | ||
or: | ||
``` | ||
go get github.com/jinks/passbleed | ||
``` | ||
|
||
## Usage | ||
1. Export your KeePass database to CSV format with either [KeePass](http://keepass.info/) v2.35, [KeePassX](https://www.keepassx.org/) v2.0.3 or [KeepassXC](https://keepassxc.org/) v2.1.2 | ||
2. Grab a copy of [sorted\_unique\_cf.txt](https://github.com/pirate/sites-using-cloudflare) (use the [master.zip](https://github.com/pirate/sites-using-cloudflare/archive/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. | ||
|
||
|