SkillAgentSearch skills...

GitSint

๐Ÿ•ต๏ธโ€ŠOSINT Tool (github tracker)

Install / Use

/learn @N0rz3/GitSint

README

<h1 align="center" id="title">๐Ÿ”Ž๐Ÿˆโ€ŠG i t S i n t</h1>

python version license

๐Ÿ˜‡โ€ŠAbout GitSint

๐Ÿ•ต๏ธ GitSint v2.0 is an osint tool based on open source information retrieval through a GitHub username/organization/email. The tool mostly works with GitHub APIs.

Features of script

  • fully async
  • asynchrone scraping
  • menu in cli format (commands)

GitSint extracts various information like

  • login
  • name
  • email
  • id
  • biography
  • location
  • avatar (+ upload)
  • followers
  • following
  • repos
  • gists
  • dates
  • X (Twitter)
  • GitLab
  • blog
  • company (+ domain)
  • organizations
  • friends
  • contributions
  • similar names
  • emails related
  • names related
  • names used
  • email to account

๐Ÿ‘€ The information found by GitSint is presented in the form of a tree structure for better navigation.

๐ŸŽ‰What's new ?

  • Fully asynchrone system
  • Completely redone design
  • Adding email to username
  • GitLab name
  • Information searches from an organization
  • Search for domains via Hunter.io
  • Light mode
  • Avatar upload
  • Search for similar names

๐Ÿ“ฆโ€ŠInstallation

$ git clone https://github.com/N0rz3/GitSint.git
$ cd ./GitSint
$ pip install -r requirements.txt

๐ŸŽฒ Usage

usage: gitsint.py [-h] [-u [USERNAME]] [-o [ORGANIZATION]] [-e [EMAIL]] [-f [FRIENDS]] [-l] [-a [AVATAR]]
                  [-s [SIMILAR]] [-v]

options:
  -h, --help            show this help message and exit
  -u [USERNAME], --username [USERNAME]
                        searches all public information by username
  -o [ORGANIZATION], --organization [ORGANIZATION]
                        searches all public information by organization
  -e [EMAIL], --email [EMAIL]
                        search for an account by email
  -f [FRIENDS], --friends [FRIENDS]
                        search for potential friends by username
  -l, --light           light mode with option '-e'
  -a [AVATAR], --avatar [AVATAR]
                        download profile picture (avatar) by username
  -s [SIMILAR], --similar [SIMILAR]
                        search for similar names by usernamee
  -v, --version         check your version & update(s)

[Light mode] run light mode with this usage: $ python ./gitsint.py -l -e <email address>

๐ŸŒžโ€ŠMore

โ€Š๐Ÿ›ก๏ธ Protection

If you don't want to display your email address in the commits and leave it private, you just have to go to

settings -> emails
and tick these two parameters

I invite you to read this guide which will explain how to protect your personal data on GitHub. (DOC)

๐Ÿ—ฟ Contributions

Make a pull requests with all the details needed to contribute of the cat work ๐Ÿ˜บ

โœ”๏ธ / โŒ Rules

this tool was designed for educational purposes only and is not intended for any mischievous use, I am not responsible for its use.

๐Ÿ“œ License

This project is License GPL v3 be sure to follow all rules ๐Ÿ‘

๐Ÿ’– Thanks

  • If you like what i do please subscribe ๐Ÿ’–. And if you find this tool is useful don't forget to star ๐ŸŒŸ
  • This tool is inspired by GitFive made by mxrch

๐Ÿ’ถ Support me ๐Ÿ‘‡

<a href="https://www.buymeacoffee.com/norze" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="50" ></a>

View on GitHub
GitHub Stars166
CategoryDevelopment
Updated29d ago
Forks19

Languages

Python

Security Score

100/100

Audited on Mar 4, 2026

No findings