Giter VIP home page Giter VIP logo

pwnedchecker's Introduction

Pwned Checker v1.0

In a nutshell, this Python script has been made for all that people who wants to know if their mail or mails have ever been pwned using the Have I Been Pwned API, compatible with all versions of Python higher than Python 2.7 (that includes Python 3.X)

Prerequisites

For using this script, you have to be sure to have the following things:

  • Python 2.7+

Usage

The script usage is pretty simple. It works both on Windows and Linux. For Windows, you can run:

python pwnedChecker.py <arguments>

For Linux, after giving him execution permissions (chmod +x pwnedChecker.py), you can also use:

./pwnedChecker.py <arguments>

You have several parameters to use:

-h, --help                  Displays the help menu
-e, --email EMAIL           Checks a single email
-f, --filename FILENAME     Checks a list of emails given in a file (one per line)
-o, --output OUTPUT         Changes the default output file name (it's only generated when working with a file)
-u, --unverified BOOLEAN    Include unverified breaches too

Running examples

Checking a single email:

./pwnedChecker.py -e [email protected]

Checking emails from a file:

./pwnedChecker.py -f mycoolfile.txt

Checking emails from a file changing the output file name and including the unverified breaches:

./pwnedChecker.py -f mycoolfile.txt -o butnotascoolasthisone.txt -u true

Built With

Authors

License

This project is licensed under the MIT License.

pwnedchecker's People

Contributors

yoshichulo 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.