Gitrecon : OSINT Tool To Get Information From A Github Profile

Gitrecon is a OSINT tool to get information from a Github or Gitlab profile and find user’s email addresses leaked on commits.

How does this work?

GitHub uses the email address associated with a GitHub account to link commits and other activity to a GitHub profile. When a user makes commits to public repos their email address is usually published in the commit and becomes publicly accessible, if you know where to look.

GitHub provide some instructions on how to prevent this from happening, but it seems that most GitHub users either don’t know or don’t care that their email address may be exposed.

Finding a GitHub user’s email address is often as simple as looking at their recent events via the GitHub API.

Installation

git clone https://github.com/GONZOsint/gitrecon.git
cd gitrecon/
python3 -m pip install -r requirements.txt

  • It is possible to use a Github access token by editing line 3 of the modules/github_recon.py file. This will prevent a possible API ban.
  • It is possible to use a Gitlab access token by editing line 3 of the modules/gitlab_recon.py file. This will prevent a possible API ban.

token = ‘<Access token here>‘

Usage

Usage: gitrecon.py [-h] -s {github,gitlab} [-a] [-o] username

Positional Arguments:
username

Optional Arguments:
-h, –help show this help message and exit
-s {github,gitlab} sites selection
-a, –avatar download avatar pic
-o, –output save output

Results are saved in results// path.

Features

Gitlab and Github leaked emails on commits

  • Gitlab and Github SSH keys
Github SSH keysGitlab SSH keys
ID
Tittle
Created at
Expires at
KeyKey
  • Gitlab and Github profile info
Github profile infoGitlab profile info
UsernameUsername
NameName
User IDUser ID
State
Status
Avatar urlAvatar url
EmailEmail
LocationLocation
BioBio
CompanyOrganization
Organizations
Job title
Work information
BlogWeb
Gravatar ID
TwitterTwitter
Skype
Linkedin
FollowersFollowers
FollowingFollowing
Created atCreated at
Updated at
R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

14 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

14 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago