Giter Site home page Giter Site logo

lessgui's Introduction

LESSGUI

LESSGUI is a Python tool designed to enhance password security by checking the compromise status of passwords and email addresses. This tool utilizes the Have I Been Pwned API and the Breach Directory API to provide comprehensive security assessments.

Installation

  1. Clone the repository:

    git clone https://github.com/FL3MM3/LESSGUI.git
  2. Navigate to the project directory:

    cd LESSGUI
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Obtain API key:

    • Breach Directory API Key:
      • Visit RapidAPI and sign up for an account.
      • Subscribe to the "Breach Directory" API to obtain your API key.
      • Replace 'YOUR_BREACH_DIRECTORY_API_KEY' in the headers_breach_directory dictionary with your actual API key.
  5. Run the script:

    python lessgui.py

Usage

Check a Password

To check the security of a single password, use the -p or --password option followed by the desired password:

python lessgui.py -p your_password_here

Check an Email Address

To check if an email address has been compromised, use the -e or --email option followed by the email address:

python lessgui.py -e [email protected]

Check Passwords from a File

To check a list of passwords stored in a file, use the -f or --file option followed by the path to the file:

python lessgui.py -f path/to/passwords.txt

Help

If you need assistance or want to view the available options, run the script without any arguments:

python lessgui.py

This will display the help information, providing details on how to use the LESSGUI tool.

Authors

Acknowledgments

Special thanks to the creators of Have I Been Pwned and Breach Directory for providing valuable APIs to enhance password security.

lessgui's People

Contributors

fl3mm3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.