Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/banaxou/ghubscan
- Owner: banaxou
- License: other
- Created: 2024-10-23T10:05:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:35:34.000Z (4 months ago)
- Last Synced: 2024-10-24T04:19:34.782Z (4 months ago)
- Topics: api, email, github, osint
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**