DEV Community

Cover image for GhubScan osint tool
ovax
ovax

Posted on

GhubScan osint tool

GhubScan

Hi everyone! ๐Ÿ‘‹
Iโ€™m excited to share my latest project, GhubScan. Itโ€™s an OSINT (Open Source Intelligence) tool designed to gather information about GitHub users. This is an open-source project that is simple and effective.

๐ŸŒŸ Main Features

Image description

Here are the main features of GhubScan, including the latest updates (v1.3):

  1. Fetch all profile information of a GitHub user by entering their username.

  2. Verify and retrieve information about an email address, checking if it's connected to a GitHub account.

  3. Display information about a userโ€™s ID, including associated metadata.


๐Ÿ”ง Installation and Usage

You can try this tool by following these simple steps:

Installation

git clone https://github.com/banaxou/GhubScan/
cd GhubScan
bash start.sh  # For Linux/macOS
start.bat      # For Windows
python ghubscan.py
Enter fullscreen mode Exit fullscreen mode

Usage

GhubScan uses GitHub's public APIs to gather information.

For more details, visit the GitHub repository.


๐Ÿ’ก How to Contribute?

Interested in contributing to GhubScan? Hereโ€™s how you can help:

  1. โญ Star the GitHub repository to show your support.

  2. ๐Ÿ› Submit bug reports or share ideas for improvements.

  3. ๐Ÿ’ป Contribute by writing code or improving the documentation.

๐Ÿ“ข Feedback

Iโ€™d love to hear your thoughts!

What do you think of GhubScan? Do you have any suggestions to make it better? Feel free to open an issue or contact me directly.

Thank you ;)


Top comments (0)