Hey Folks, in this tool tutorial we are going to present a profile based osint tool named “Profil3r“. Profil3r is an OSINT tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails.
Let’s take a look 🙂 !!
During the installation of this tool we will need the python utility, so it should be in your system and if you have not then you can install it using the following command.
apt install python3 python
Now is the right time to install this tool. We have given below three commands below which you have to execute simultaneously. After doing all this, you will be able to use this tool. If you find any error then you can contact us through the comment on the post.
git clone https://github.com/Rog3rSm1th/Profil3r.git
cd Profil3r/
python3 setup.py install
Done 🙂 !! As always, this tool also has a help command that you can use to learn about the use of command’s that is in this tool.
python3 profil3r.py -h
Only we need to leave the name of the target in the command and it will keep asking us everything step by step. As soon as we execute the command we get a selective based interface where first we need to select the format for the user.
Usage 🙂 !! python3 profil3r.py -p < name >
python3 profil3r.py -p secnhack
Now we have to select a specific service and you can choose accordingly. But in our case we want to check the domain of the given name and its social profiles.
Good 🙂 !! As you can see how easily all social media profiles related to the domain have been dumped.
We will implement the same procedure to find the user profile.
OK 🙂 !! Just move your cursor down and choose the social option.
Great 🙂 !! Now we get many profiles with the same name that we gave, so now you can open it one by one and get the exact profile.
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.