Skip to content

Leo-project-A/LeoPass_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

Password Checker using online API

Getting Started

  1. edit the "passwords" file with the passwords you want to check
  2. Install dependencies
    pip install -r requirements.txt
  3. Run in your terminal
    python Password_checker.py passwords.txt

** You can run with your own file

python Password_checker.py <your file name>

(back to top)

Usage

You can run how many passwrods you want using the text file

Exemple "passwords" file:

hello
12345
NFDGJfgdfkd3

1234567890
password
             

fds

3175890048
0354346712
0867867889
0998667867

Output for default password file:

oh no, 'hello' been pwnd 264149 time(s)!!
oh no, '12345' been pwnd 2570791 time(s)!!
NFDGJfgdfkd3 is GOLD!
oh no, '1234567890' been pwnd 3713205 time(s)!!
oh no, 'password' been pwnd 9636205 time(s)!!
oh no, 'fds' been pwnd 1260 time(s)!!
3175890048 is GOLD!
0354346712 is GOLD!
0867867889 is GOLD!
0998667867 is GOLD!

(back to top)

Contact

Leonid Sobol - leonis313@gmail.com

Project Link: https://github.com/Leo-project-A/LeoPass_checker

(back to top)

About

checking passwords using online API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages