Hey Folks, in this tutorial we are going to introduce a new information gathering tool specifically designed for OSINT on Gitub accounts. Gitrecon tool has been made to get information from a Github or Gitlab profile and find user’s email addresses leaked on commits. You can go here for more information.
Let’s take a look 😛 !!
The tool is completely free which you can download using the git clone command. Once downloaded, go the directory of this tool and install required dependencies by executing the python command.
git clone https://github.com/GONZOsint/gitrecon.git
cd gitrecon/
python3 -m pip install -r requirements.txt
Done 😛 !! The tool has been installed and now you can see all the features of the tool through the help command and control it easily.
python3 gitrecon.py -h
Now all you need to do is give the username of the gihtub user in the command and it will automatically detect it and dump all the data in front of you. As you are seeing this has dumped all the information available on the gihtub account of that user.
python3 gitrecon.py < username > -s github
Hmm 😛 !! This gives us the correct information as it is showing the same avatar that has been uploaded to that user’s github account.
Good 😛 !! We take another example to test whether it works well or not and we get some unique information in our another attempt such as : telegram group link etc.
So basically the tool provides us good information about any gihtub account.
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.
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.