/GhubScan

osint tool user github ghubscan 1.3

Primary LanguagePythonOtherNOASSERTION


πŸ”Ž GhubScan - OSINT Tool 1.3

banner

Stars Badge Forks Badge

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

gh

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

❓ How to Mask Your Information?

(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

install git

git config --global user.email "id+name@users.noreply.github.com"
git config --global user.email
git log

πŸ–₯️ Install Python

  • 🐍 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 ❌

πŸͺ· ghubscan by ovax