Skip to content

akshajdevkv/account-pwned-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Account-Pwned-Checker

A python script that checks if your account that has been compromised in a data breach (Using Selenium Package & Have I been pwned)

Selenium Package Installation

For Linux & Mac OS

Use the package manager pip.

pip install selenium

For Windows

Start a command prompt using the cmd.exe program and run the pip command as given below to install selenium

C:\Python35\Scripts\pip.exe install selenium

Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.

Links to some of the more popular browser drivers follow.

Chrome:https://sites.google.com/a/chromium.org/chromedriver/downloads

Firefox:https://github.com/mozilla/geckodriver/releases

Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

Safari:https://webkit.org/blog/6900/webdriver-support-in-safari-10/

About

A python script that checks if your account that has been compromised in a data breach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages