0xPrateek / Stardox
Licence: gpl-3.0
Github stargazers information gathering tool
Stars: ✭ 130
Programming Languages
Labels
Projects that are alternatives of or similar to Stardox
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
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
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
AboutStardox 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 :
Total repsitories
Total stars
Total Followers
Total Following
Stargazer's Email
P.S: Many new things will be added soon.
Gallery
List tree view of fetched data.
Getting Started
Steps to setup :
git clone https://github.com/0xprateek/stardox
cd stardox
pip install -r requirements.txt
Starting Stardox :
-
cd stardox/src
- 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].