Giter Club home page Giter Club logo

ebreached's Introduction

eBreached: An OSINT Blue Team tool for detecting breached emails and corresponding passwords.

By Roberto Dillon. (c) 2024

eBreached is a simple Python script that queries https://breachdirectory.org to check whether specific email accounts have been breached.

Registration for obtaining an API key is required and do bear in mind that, at the moment of writing, the BreachDirectory free plan allows for only 10 searches per month (https://rapidapi.com/rohan-patra/api/breachdirectory).

The program prompts the user to enter an email and API key (either as keyed-in parameters or as saved files), checks if the email(s) has been breached, and, if so, it saves the relevant information (including password hashes, if available) to a CSV file with the current date and time in the filename.

Examples:

python ebreached.py -e [email protected] -k <api_key>

to run the script and provide a single email and API key manually.

python ebreached.py -l <file.csv> -f <api_key.txt>

to run the script by loading a list of emails plus the API key from the corresponding files.

The script can be run with the -h flag to display the help message and understand how to use the different options.

Example:

python ebtreache.py -h

The output CSV file will contain all results retrieved from breachdirectory.org. Feel free to customize the output to suit your needs. Make sure to handle your API key securely, and never share it in public scripts or repositories.

Be sure you install the following libraries if needed:

pip install requests csv argparse datetime time

ebreached's People

Contributors

rdillon73 avatar

Stargazers

reza.duty avatar  avatar James Henning avatar  avatar Aleh4ckdro avatar Antonio-Escajeda avatar  avatar Eingel avatar Mario Herreros avatar  avatar  avatar hirak0 avatar  avatar  avatar  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.