Kali Linux

Octosuite : Advanced Github OSINT Framework

Octosuite is a framework fro gathering osint on GitHub users, repositories and organization.

Features

Fetches an organization’s profile information
Fetches an oganization’s events
Returns an organization’s repositories
Returns an organization’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 organizations 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 organizations
Returns a user’s subscriptions
Gets a user’s subscriptions
Gets a user’s events
Searches users
Searches repositories
Searches topics
Searches issues
Searches commits
Automatically logs network activity (.logs folder)
User can view, read and delete logs
…And more

Note

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

R K

Recent Posts

Understanding the Model Context Protocol (MCP) and How It Works

Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

13 hours ago

The file Command – Quickly Identify File Contents in Linux

While file extensions in Linux are optional and often misleading, the file command helps decode what a…

22 hours ago

How to Use the touch Command in Linux

The touch command is one of the quickest ways to create new empty files or update timestamps…

22 hours ago

How to Search Files and Folders in Linux Using the find Command

Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

22 hours ago

How to Move and Rename Files in Linux with the mv Command

Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

22 hours ago

How to Create Directories in Linux with the mkdir Command

Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…

23 hours ago