bellingcat / octosuite

GitHub Data Analysis Framework.

Home Page:https://www.bellingcat.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

A framework for gathering open-source intelligence on GitHub users, repositories and organisations

Upload Python Package CodeQL GitHub PyPI PyPI - Downloads PyPI - Status GitHub repo size

2023-01-23_01-01

Screen Shot 2023-01-26 at 9 27 22 PM

Wiki

Refer to the Wiki for installation instructions, in addition to all other documentation.

Features

  • Fetches an organisation's profile information
  • Fetches an oganization's events
  • Returns an organisation's repositories
  • Returns an organisation's public members
  • Fetches a repository's information
  • Returns a repository's contributors
  • Returns a repository's languages
  • Fetches a repository's stargazers
  • Fetches a repository's forks
  • Fetches a repository's releases
  • Returns a list of files in a specified path of a repository
  • Fetches a user's profile information
  • Returns a user's gists
  • Returns organisations that a user owns/belongs to
  • Fetches a user's events
  • Fetches a list of users followed by the target
  • Fetches a user's followers
  • Checks if user A follows user B
  • Checks if user is a public member of an organisations
  • Gets a user's subscriptions
  • Searches users
  • Searches repositories
  • Searches topics
  • Searches issues
  • Searches commits
  • Automatically logs network/user activity (.logs folder)
  • User can manage logs (view, read, delete)
  • Results can be saved to a .csv file (varies)
  • User can manage csv files (view, read, delete)
  • All the above can be used with command-line arguments (PyPI Package only)
  • And more...

TODO

  • Rewrite the GUI in Visual Basic .NET (in progress)

Note

Octosuite automatically logs network and user activity of each session, the logs are saved by date and time in the .logs folder

License

license

Credits

Donations

If you like OctoSuite and would like to show support, you can Buy A Coffee for the developer using the button below

Buy Me A Coffee

Your support will be much appreciated😊

About

GitHub Data Analysis Framework.

https://www.bellingcat.com

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Dockerfile 0.2%