mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-11 12:58:34 +03:00
76 lines
3.5 KiB
Markdown
76 lines
3.5 KiB
Markdown

|
|
|
|
A framework for gathering open-source intelligence on GitHub users, repositories and organizations
|
|
|
|
[](https://github.com/bellingcat/octosuite/actions/workflows/python-publish.yml)
|
|
[](https://github.com/bellingcat/octosuite/actions/workflows/codeql.yml)
|
|

|
|

|
|

|
|

|
|

|
|
|
|
|
|

|
|
|
|
|
|

|
|
|
|
# Wiki
|
|
[Refer to the Wiki](https://github.com/bellingcat/octosuite/wiki) for installation instructions, in addition to all other documentation.
|
|
|
|
# Features
|
|
- [x] Fetches an organization's profile information
|
|
- [x] Fetches an oganization's events
|
|
- [x] Returns an organization's repositories
|
|
- [x] Returns an organization's public members
|
|
- [x] Fetches a repository's information
|
|
- [x] Returns a repository's contributors
|
|
- [x] Returns a repository's languages
|
|
- [x] Fetches a repository's stargazers
|
|
- [x] Fetches a repository's forks
|
|
- [x] Fetches a repository's releases
|
|
- [x] Returns a list of files in a specified path of a repository
|
|
- [x] Fetches a user's profile information
|
|
- [x] Returns a user's gists
|
|
- [x] Returns organizations that a user owns/belongs to
|
|
- [x] Fetches a user's events
|
|
- [x] Fetches a list of users followed by the target
|
|
- [x] Fetches a user's followers
|
|
- [x] Checks if user A follows user B
|
|
- [x] Checks if user is a public member of an organizations
|
|
- [x] Gets a user's subscriptions
|
|
- [x] Searches users
|
|
- [x] Searches repositories
|
|
- [x] Searches topics
|
|
- [x] Searches issues
|
|
- [x] Searches commits
|
|
- [x] Automatically logs network/user activity (.logs folder)
|
|
- [x] User can manage logs (view, read, delete)
|
|
- [x] Results can be saved to a .csv file (varies)
|
|
- [x] User can manage csv files (view, read, delete)
|
|
- [x] All the above can be used with command-line arguments (PyPI Package only)
|
|
- [x] 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
|
|

|
|
|
|
# Credits
|
|
* The code used for finding emails from usernames is taken from [Somdev Sangwan](https://github.com/s0md3v)'s [Zen](https://github.com/s0md3v/zen)
|
|
|
|
|
|
# Donations
|
|
If you like OctoSuite and would like to show support, you can Buy A Coffee for the developer using the button below
|
|
|
|
<a href="https://www.buymeacoffee.com/189381184" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
|
|
|
Your support will be much appreciated😊
|