Giter Club home page Giter Club logo

cr3dov3r's Introduction

Cr3dOv3r (Massive) Python 2.7

Your best friend in credential reuse attacks.

You give Cr3dOv3r Massive a list of emails then it does two simple useful jobs with it:

  • Search for public leaks for the emails and returns the result with the most useful details about the leak (Using haveibeenpwned API).
  • Tries to get the plain text passwords from leaks it find (Using @GhostProjectME).

Some of the scenarios Cr3dOv3r can be used in it

  • Check if the targeted emails are in any leaks and then use the leaked password to check it against the websites.
  • Check if the target credentials you found is reused on other websites/services.
  • Checking if the old passwords you got from the targets/leaks is still used in any website.

Screenshots

screenshot

Usage

Put your list of emails in email.json file (in the correct form, e.g. ["[email protected]", "[email protected]"] )
Otherwise you can run:
....................................
python getlistemail.py # (python 2)
....................................

and follow the steps.

next type:
....................................
python Cr3d0v3r.py
....................................
 
To run the script.

Installing and requirements

To make the tool work at its best you must have :

  • Python 2.x
  • Linux or Windows system.
  • Worked on some machines with MacOS and python2.
  • The requirements mentioned in the next few lines.

Installing

+For windows : (After downloading ZIP and upzip it)

cd Cr3dOv3r-master
python -m pip install -r win_requirements.txt
python Cr3d0v3r.py 

+For Linux :

git clone https://github.com/D4Vinci/Cr3dOv3r.git
cd Cr3dOv3r
python -m pip install -r requirements.txt
python Cr3d0v3r.py 

+For docker :

git clone https://github.com/D4Vinci/Cr3dOv3r.git
docker build -t cr3dov3r Cr3dOv3r/
docker run -it cr3dov3r 

If you want to add a website to the tool, follow the instructions in the wiki

Contact

D4Vinci- Twitter

HeroS3c- Telegram

Disclaimer

Cr3dOv3r is created to show how could credential reuse attacks get dangerous and it's not responsible for misuse or illegal purposes. Use it only for Pen-test or educational purpose !!!

Copying a code from this tool or using it in another tool is accepted as you mention where you get it from ๐Ÿ˜„

Pull requests are always welcomed :D

cr3dov3r's People

Contributors

heros3c avatar d4vinci avatar musiyenko avatar mehran avatar ne02ptzero avatar orenyomtov avatar ctrlsam avatar alekseik1 avatar

Stargazers

 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.