All Projects → 0xPrateek → Stardox

0xPrateek / Stardox

Licence: gpl-3.0
Github stargazers information gathering tool

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Stardox

Oscp Prep
my oscp prep collection
Stars: ✭ 105 (-19.23%)
Mutual labels:  recon
Bash scripting
bash scripting thing !
Stars: ✭ 118 (-9.23%)
Mutual labels:  recon
Soup
Web Scraper in Go, similar to BeautifulSoup
Stars: ✭ 1,685 (+1196.15%)
Mutual labels:  webscraping
Wswp
Code for the second edition Web Scraping with Python book by Packt Publications
Stars: ✭ 112 (-13.85%)
Mutual labels:  webscraping
Yotter
yotter - bash script that performs recon and then uses dirb to discover directories that might lead to information leakage
Stars: ✭ 118 (-9.23%)
Mutual labels:  recon
S3enum
Fast Amazon S3 bucket enumeration tool for pentesters.
Stars: ✭ 119 (-8.46%)
Mutual labels:  recon
Dotnetcrawler
DotnetCrawler is a straightforward, lightweight web crawling/scrapying library for Entity Framework Core output based on dotnet core. This library designed like other strong crawler libraries like WebMagic and Scrapy but for enabling extandable your custom requirements. Medium link : https://medium.com/@mehmetozkaya/creating-custom-web-crawler-with-dotnet-core-using-entity-framework-core-ec8d23f0ca7c
Stars: ✭ 100 (-23.08%)
Mutual labels:  webscraping
Ralger
ralger makes it easy to scrape a website. Built on the shoulders of titans: rvest, xml2.
Stars: ✭ 130 (+0%)
Mutual labels:  webscraping
Grecon
Your Google Recon is Now Automated
Stars: ✭ 119 (-8.46%)
Mutual labels:  recon
Geeksforgeeksscrapper
Scrapes g4g and creates PDF
Stars: ✭ 124 (-4.62%)
Mutual labels:  webscraping
Gitmonitor
One way to continuously monitor sensitive information that could be exposed on Github
Stars: ✭ 115 (-11.54%)
Mutual labels:  recon
Nytcrossword
An exploration of New York Times crossword answers from 1994-2017, i.e. the Will Shortz era.
Stars: ✭ 117 (-10%)
Mutual labels:  webscraping
Php Crawler
A php crawler that finds emails on the internets
Stars: ✭ 119 (-8.46%)
Mutual labels:  webscraping
Deksterecon
Web Application recon automation
Stars: ✭ 109 (-16.15%)
Mutual labels:  recon
Anirip
🎬 A Crunchyroll show/season ripper
Stars: ✭ 127 (-2.31%)
Mutual labels:  webscraping
Uddup
Urls de-duplication tool for better recon.
Stars: ✭ 103 (-20.77%)
Mutual labels:  recon
Goaltdns
A permutation generation tool written in golang
Stars: ✭ 119 (-8.46%)
Mutual labels:  recon
Tiktokbot
A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Stars: ✭ 126 (-3.08%)
Mutual labels:  webscraping
Operating Systems Three Easy Pieces
operating systems three easy pieces by Rezmi
Stars: ✭ 128 (-1.54%)
Mutual labels:  webscraping
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-6.15%)
Mutual labels:  recon


Stardox

Stardox This Tool is available in:

About Stardox

Stardox is an advanced github stargazers' information gathering tool. It scraps Github for information and displays it in list tree view. It can be used for collecting information of yours/someone's repository stargazers details.

What data it fetches :
  1. Total repsitories
  2. Total stars
  3. Total Followers
  4. Total Following
  5. Stargazer's Email

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

Gallery

Image 1

Fetching data of repository. Image 2

List tree view of fetched data. Image 3

Getting Started

Steps to setup :

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

Starting Stardox :

  1. cd stardox/src
  2. a) Using Command line arguments
    python3 stardox.py -r https://github.com/Username/repository-URL
    b) Without Command line arguments
    python3 stardox.py

Usage :

 usage: stardox.py [-h] [-r RURL] [-v] [-s [path]] [-e]
optional arguments:
 -h, --help            show this help message and exit
 -r RURL, --rURL RURL  Path to repository.
 -v, --verbose         Verbose
 -s [path], --save [path]
                       Save the doxed data in a csv file. By default, saved
                       at Desktop.
 -e, --email           Fetch only emails of stargazers.

Contributing

Any and all contributions, issues, features and tips are welcome.

License

Stardox is licence under GPL v3.0 license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].