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 🙂 !!
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.
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 ℹ .
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.