Skip to content

Entz/cloudbleed_check_lastpass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudBleed Checker for LastPass

This is a script that is designed to help check your LastPass database for sites that could have been leaked by the CloudBleed bug.

Usage

If you don't have pip (Python package manager) installed, you can install it with this command:

curl https://bootstrap.pypa.io/get-pip.py | python

Install the dependencies using pip.

pip install lastpass-python requests

Your pip directory may be set up in a way that requires sudo access. If that is the case, run this command:

sudo pip install lastpass-python requests

Then, run the script.

python cloudbleed_check.py

About

Python script to help check if any of your LastPass accounts may have been compromised by CloudBleed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%