Export your 1Password URLs, and see which of them are affected by Cloudbleed!
Either Node.js 6.7 or later or Docker. You can check the version of Node you have installed by running node -v
.
- Clone the repo.
- From 1Password desktop, go to File>Export>All Items…. If Export is greyed out, select a single vault (you likely have All Vaults selected).
- Select file format CSV.
- Remove all columns except for the 'URL' column. This way, your passwords won't be exported along with the list of sites.
- Name the file affectedSites.csv and export, saving it in the cloudbleed-1password folder.
- Inside the cloudbleed-1password folder, run
npm install
. - Run
node index.js
- Follow steps 1-5 from above.
- Build a container:
docker build . -t cloudbleed
- Run the container:
docker run -it cloudbleed
Please do!