Sponsored
Exploiting Tools

Cr3dOv3r: A Credential Reuse Attack Tool

Hey Folks, In this tutorial we will present an interesting tool, which is used only for credential reuse attacks. Cr3dOv3r is a python-based tool, which simply uses email address for credential reuse attack. In short, if you have a user’s email and password, you can easily find out which social media platforms have credentials active on them.

Lets take a look 🙂 !!

Installation

It is an open source and free to use, therefore we can download this tool from the github page by using the git command.

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

We need to go to the directory to start this tool.

cd Cr3dOv3r/

We will execute the following command to fulfill the requirement of this tool.

python3 -m pip install -r requirements.txt

Now we are ready to start this tool.

  • -h, –help show this help message and exit
  • -p Don’t check for leaks or plain text passwords.
  • -np Don’t check for plain text passwords.
  • -q Quiet mode (no banner).
python3 Cr3d0v3r.py -h

For this mission, we need to choose the specific email address we want to achieve. Now execute the following command.

python3 Cr3d0v3r.py secnhack@gmail.com

BOOM !! As you can see we did not know that this email was available on Twitter. Just like that you can try some features of this tool and get more information .

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.