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

Termux Cheat Sheet for Hackers

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

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

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.