Stardox : Github Stargazers Information Gathering Tool

Stardox is an advanced github stargazers information gathering tool. It scraps Github for information and display them in list tree view. It can be used for collecting information of your’s/someones repository stargazers details.

What data it fetchs :
  • Total repsitories
  • Total stars
  • Total Followers
  • Total Following
  • Stargazer’s Email

P.S: Many new things will be added soon.

Gallery

Fetching data of repository

List tree view of fetched data

Also Read – Cloud-Based Anti-Phishing Tools Can Help Prevent Phishing Attempts By Cybercriminals

Getting Started

Steps to setup :

git clone https://github.com/0xprateek/stardox
cd stardox
pip install -r requirements.txt

Starting It :

cd stardox/src
Using Command line arguments
python3 stardox.py https://github.com/Username/repository-URL
Without Command line arguments
python3 stardox.py

Usage

stardox.py [-h] [-v] repositoryURL

positional arguments:

repositoryURL Path to repository.

optional arguments:

-h, –help show this help message and exit
-v, –verbose Verbose

R K

Recent Posts

Promptmap

Prompt injection is a type of security vulnerability that can be exploited to control the…

2 days ago

Firefly – Black Box Fuzzer For Web Applications

Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…

2 days ago

Winit : Cross-Platform Window Creation And Management In Rust

Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…

2 days ago

Browser Autofill Phishing – The Hidden Dangers And Security Risks

In today’s digital age, convenience often comes at the cost of security. One such overlooked…

2 days ago

Terminal GPT (tgpt) – Your Direct CLI Gateway To ChatGPT 3.5

Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…

2 days ago

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

5 days ago