Sponsored
Information Gathering

Gitrecon – Perfect OSINT Tool For Github

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 😛 !!

Installation of Gitrecon

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

Github Reconnaissance

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.

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

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…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

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

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

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

8 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.