Open In App

Cr3dOv3r – Credential Reuse Attack Tool in Kali Linux

Last Updated : 18 Jul, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Cr3dOv3r is a free and open-source tool available on GitHub. Cr3dOv3r is written in Python, so you must have python installed in your kali Linux operating system. This tool uses an email address for credential reuse attacks. By just providing your email address and password, anyone can easily find which social media platforms have credentials active on them. This tool has many flags, such as -h, -p, -np, -q, which can be used with the tool in order to find which social media platforms have credentials active on them.

  • -h: -This flag helps  show this help message and exit
  • -q: -This flag  Quiet mode (no banner).
  • -p  -This flag doesn’t check for leaks or plain text passwords.
  • -np:-This flag doesn’t check for plain text passwords.

Installation

Step 1:

Use the following command to install the tool from Github.

git clone https://github.com/D4Vinci/Cr3dOv3r.git
cd Cr3dOv3r/

Step 2:

Now you are in the directory of the Cr3d0v3r tool. Now use the following command to install the requirements of the tool.

python3 -m pip install -r requirements.txt

Step 3:

The tool has been downloaded successfully. Now use the following command to run the tool.

python3 Cr3d0v3r.py -h

 Now you can see that the tool is running successfully. Now we will see an example of running the tool.

Usage

Example:

Use the Cr3d0v3r tool to find credentials in order to find which social media platforms have credentials active on them.

python3 Cr3d0v3r.py <your email address >

You can see that we have logged into the Mediafire website. This is how you can check with your own email address. You can check your email address in order to find which social media platforms have credentials active on them.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads