2022-04-14 11:15:18 +02:00
2022-04-09 20:57:07 +02:00
2022-03-17 20:24:03 +02:00
2022-04-14 11:13:01 +02:00
2022-04-14 11:09:43 +02:00
2022-04-11 13:03:07 +02:00
2022-04-14 11:15:18 +02:00
2022-04-14 11:07:42 +02:00
2022-03-27 22:32:08 +02:00

Screenshot_2022-03-17_10-12-53

OS OS OS GitHub GitHub tag (latest by date) GitHub commits since latest release (by date) GitHub last commit GitHub repo size PyPI - Downloads

Simply gather OSINT on Github users & organizations like a God🔥

FEATURES

  • Fetches organization info
  • Fetches user info
  • Fetches repository info
  • Returns contents of a path from a repository
  • Returns a list of repos owned by an organization
  • Returns a list of repos owned by a user
  • Returns a list of gists owned by a user
  • Returns a list of a user's followers
  • Checks whether user A follows user B
  • Searches users
  • Searches repositories
  • Searches topics
  • Searches issues
  • Searches commits
  • Easily updates with the 'update' command
  • Automatically logs network activity (.logs folder)

INSTALLATION

Clone from Github

git clone https://github.com/rly0nheart/octosuite.git

Screenshot_20220414-002508

cd octosuite

Screenshot_20220414-002214

pip install -r requirements.txt

Screenshot_20220414-004420

Install from PyPI

pip install octosuite

Screenshot_20220414-005400

GITHUB FORK USAGE

Linux

sudo chmod +x octosuite

Screenshot_20220414-004443

sudo ./octosuite

Screenshot_20220414-004507

Windows

python3 octosuite

Mac

python3 octosuite

PYPI PACKAGE USAGE

Linux

octosuite

Windows

octosuite

Mac

octosuite

AVAILABLE COMMANDS

COMMAND DESCRIPTION
info:org get organization info
info:user get user profile info
info:repo get repository info
info:dev show developer's info
path:contents get contents of a path from a specified repository
repos:org get a list of repositories owned by a specified organization
repos:user get a list of repositories owned by a specified user
user:gists get a list of gists owned by a specified user
user:followers get a list of a user's followers
user:following check whether user A follows user B
search:users search user(s)
search:repos search repositor(y)(ies)
search:topics search topics(s)
search:issues search issue(s)
search:commits search commit(s)
update update octosuite
changelog show changelog
help show usage/help
exit exit session

NOTE

  • octosuite automatically logs network and minor user activity. The logs are saved by date and time in .logs folder
  • Although octosuite was developed to work on Mac, Windows, or any Linux Distribution, it has only been tested on Termux and Kali Linux

PYPI

PyPI

LICENSE

license

ABOUT DEVELOPER

About.me

Description
Terminal-based toolkit for GitHub data analysis.
Readme MIT 5.2 MiB
Languages
Python 99.2%
Makefile 0.8%