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
Shubham Goyal

A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

4 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

9 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

9 months ago

Termux Cheat Sheet for Hackers

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

1 year 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…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

3 years ago
Sponsored

This website uses cookies.