GhubScan is an OSINT tool specifically designed to collect public information about GitHub users. This tool utilizes GitHub's public APIs to extract various data about a user, including:
- π§ Email|old email
- π User ID
- π Name
- π Username
- π Link to GitHub profile
- π Number of repositories
- π₯ Number of followers
- π€ Number of following users
GhubScan relies on GitHub's public APIs API 1 and API 2 to extract this information. It allows you to retrieve a user's email along with other important data. This tool is useful for OSINT research or for getting an overview of publicly accessible information via a userβs GitHub profile
(To hide your information, you need to have a noreply email on GitHub, which looks like this: ID+name@users.noreply.github.com)
Your email address will appear in the API as soon as you have posted two repositories
docs
git config --global user.email "id+name@users.noreply.github.com"
git config --global user.email
git log
- π Download Python
-
git clone https://github.com/banaxou/GhubScan/ cd GhubScan bash start.sh or start.bat python ghubscan.py
Platform | Availability |
---|---|
Linux | β Available |
Windows | β Available |
Termux | β |