Password Checker using online API
- edit the "passwords" file with the passwords you want to check
- Install dependencies
pip install -r requirements.txt
- Run in your terminal
python Password_checker.py passwords.txt
** You can run with your own file
python Password_checker.py <your file name>
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!
Leonid Sobol - leonis313@gmail.com
Project Link: https://github.com/Leo-project-A/LeoPass_checker