Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banaxou/ghubscan

osint tool user github api public
https://github.com/banaxou/ghubscan

api email github osint

Last synced: 3 months ago
JSON representation

osint tool user github api public

Awesome Lists containing this project

README

        

# πŸ”Ž GhubScan - OSINT Tool

**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**
- πŸ†” **User ID**
- πŸ“ **Name**
- πŸ”‘ **Username**
- πŸ”— **Link to GitHub profile**
- πŸ“‚ **Number of repositories**
- πŸ‘₯ **Number of followers**
- πŸ‘€ **Number of following users**

![ghubscan](https://github.com/user-attachments/assets/474f35b3-ddd0-435d-b26e-05abac005fd6)

GhubScan relies on GitHub's **public APIs** [API 1](https://api.github.com/users/usergithub/events/public) and [API 2](https://api.github.com/users/usergithub) 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

![gh2](https://github.com/user-attachments/assets/671bde1b-38a2-483e-b224-cd9568f314a3)

---

## ❓ How to Mask Your Information?

*(To hide your information, you need to have a noreply email on GitHub, which looks like this: [email protected])*
Your email address will appear in the API as soon as you have posted two repositories
## install git
- [gitbash](https://git-scm.com/downloads)
```bash
git config --global user.email "[email protected]"
git config --global user.email
git log
```
---

## πŸ–₯️ Install Python
- 🐍 **[Download Python](https://www.python.org/downloads/)**
- ``` bash
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** | βœ… Available |

---
## **πŸͺ· ghubscan by ovax**