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

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

23 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

24 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

1 day ago