Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/gonzosint/gitrecon
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubgonzosint/gitrecon

gitrecon

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

View Repository
322465 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
gitrecon — OSINT tool to get information from a Github and Gitlab profile and find user's email addresses leaked on commits. | Kitploit

gitrecon

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.

Idea and text from Nick Drewe.

Source: https://thedatapack.com/tools/find-github-user-email/

❗ Disclaimer

As @pielco11 warned, emails and other data can be spoofed in commits.


✔️ Prerequisites

  • Python 3

🛠️ Installation

root@kitploit:~
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.

root@kitploit:~
token = '<Access token here>'

🔎 Usage

root@kitploit:~
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/<username>/ 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


🔒 Prevention

Configurations on Github:

  • Settings url: https://github.com/settings/emails

    • ✔️ Keep my email addresses private

    • ✔️ Block command line pushes that expose my email

Configurations on Gitlab:

  • Settings url: https://gitlab.com/-/profile

    • ✔️ Public email: do not show on profile

    • ✔️ Commit email: use a private email

Download Tool
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❌