Skip to content

API-Aries/online-leak-password-checker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Password Checker

This Python script checks a list of passwords against the Aries Online API to see if they have been pwned. The results are printed to the console with color-coded messages and saved to a text file with the current date.

Features

  • Reads passwords from a text file.
  • Checks each password against the Aries Online API.
  • Color-coded output for easy readability:
    • Red: Password found and has been used.
    • Yellow: Error in the API response.
    • Green: Password not found in the database.
  • Saves the results to checked.txt with the current date.

Requirements

  • Python 3.x
  • requests library
  • colorama library

Usage

  1. Create a passwords.txt file in the same directory as the script. Add one password per line.

  2. Run the script:

    python3 script.py
  3. The results will be displayed in the terminal with color-coded messages and saved to checked.txt with the current date.

Example Output

Terminal Output

Password: admin - Found: True - Used Times: 5453
Password: password123 - Not found in database
Password: letmein - Error: No password provided.

checked.txt Content

2024-07-26 - Password: admin - Found: True - Used Times: 5453
2024-07-26 - Password: password123 - Not found in database
2024-07-26 - Password: letmein - Error: No password provided.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Contact

Project Link: https://support.api-aries.online/hc/articles/1/3/19/pwned-password-checker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages