https://github.com/angstwad/lastpass-cloudbleed
Compares the publicly available CloudFlare domains list to your LastPass vault, listing potentially compromised domains in your vault.
https://github.com/angstwad/lastpass-cloudbleed
cloudbleed lastpass python
Last synced: 5 months ago
JSON representation
Compares the publicly available CloudFlare domains list to your LastPass vault, listing potentially compromised domains in your vault.
- Host: GitHub
- URL: https://github.com/angstwad/lastpass-cloudbleed
- Owner: angstwad
- License: apache-2.0
- Created: 2017-02-28T15:23:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T17:08:45.000Z (over 9 years ago)
- Last Synced: 2025-10-26T09:58:33.422Z (8 months ago)
- Topics: cloudbleed, lastpass, python
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lastpass-cloudbleed
Compares the publicly available CloudFlare domains list to your LastPass vault, listing potentially compromised domains in your vault.
## Install
```
pip install lastpass-cloudbleed
```
## Usage
```
usage: lastpass-cloudbleed [-h] [-u URL_TO_LIST] [-o OUTPUT_FILE]
[-f {group,id,name,password,url,username} [{group,id,name,password,url,username} ...]]
optional arguments:
-h, --help show this help message and exit
-u URL_TO_LIST, --url-to-list URL_TO_LIST
URL to list of affected CloudFlare domains. Default is
https://raw.githubusercontent.com/pirate/sites-using-
cloudflare/master/sorted_unique_cf.txt.
-o OUTPUT_FILE, --output-file OUTPUT_FILE
File to output affected domains to as CSV
-f {group,id,name,password,url,username} [{group,id,name,password,url,username} ...],
--fields {group,id,name,password,url,username} [{group,id,name,password,url,username} ...]
Fields to use in output, defaults: 'id', 'group',
'name', 'url', 'username'
```