stevehardy325 / CloudBleedCheck

Checks a csv from a password database against the list of sites from https://github.com/pirate/sites-using-cloudflare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudBleedCheck

Checks a csv dump from a personal website-login database (like lastpass or keepass) against the list of sites from https://github.com/pirate/sites-using-cloudflare . Will output a file of all affected sites on the csv.

Should be os independent. I originally wrote the script for linux and intended to use grep because python string searching is slow. But this is hopefully very useful for people on Windows as well. Security affects everyone.

Please make sure to scrub your old passwords from the csv before you use this script.

About

Checks a csv from a password database against the list of sites from https://github.com/pirate/sites-using-cloudflare

License:Apache License 2.0


Languages

Language:Python 100.0%