mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Update README.md
This commit is contained in:
60
README.md
60
README.md
@@ -4,69 +4,75 @@
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
> *Simply gather OSINT on Github users and organizations like a god🔥*
|
||||
|
||||
|
||||
# INSTALLATION
|
||||
**clone project**:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/rly0nheart/octosuite.git
|
||||
git clone https://github.com/rly0nheart/octosuite.git
|
||||
```
|
||||
|
||||
```
|
||||
$ cd octosuite
|
||||
cd octosuite
|
||||
```
|
||||
|
||||
```
|
||||
$ pip install -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
# USAGE
|
||||
**Linux**:
|
||||
```
|
||||
$ sudo chmod +x octosuite
|
||||
sudo chmod +x octosuite
|
||||
```
|
||||
|
||||
```
|
||||
$ sudo ./octosuite
|
||||
sudo ./octosuite
|
||||
```
|
||||
|
||||
**Windows**:
|
||||
```
|
||||
$ python3 octosuite
|
||||
python3 octosuite
|
||||
```
|
||||
|
||||
**Mac**:
|
||||
```
|
||||
python3 octosuite
|
||||
```
|
||||
|
||||
# AVAILABLE COMMANDS
|
||||
| Command | Usage|
|
||||
| ------------- |:---------:|
|
||||
| <code>orginfo</code> | *get organization info* |
|
||||
| <code>userinfo</code> | *get user profile info* |
|
||||
| <code>repoinfo</code> | *get repository info* |
|
||||
| <code>pathcontents</code> | *get contents of a path from a specified repository* |
|
||||
| <code>orgrepos</code> | *get a list of repositories owned by a specified organization* |
|
||||
| <code>userrepos</code> | *get a list of repositories owned by a specified user* |
|
||||
| <code>usergists</code> | *get a list of gists owned by a specified user* |
|
||||
| <code>userfollowers</code> | *get a list of a user's followers* |
|
||||
| <code>userfollowing</code> | *check whether user A follows user B* |
|
||||
| <code>usersearch</code> | *search user(s)* |
|
||||
| <code>reposearch</code> | *search repositor(y)(ies)* |
|
||||
| <code>topicsearch</code> | *search topics(s)* |
|
||||
| <code>issuesearch</code> | *search issue(s)* |
|
||||
| <code>commitsearch</code> | *search commit(s)* |
|
||||
| <code>usersearch</code> | *search user(s)* |
|
||||
| <code>update</code> | *check for/download updates* |
|
||||
| <code>author</code> | *show author info* |
|
||||
| <code>help</code> | *show usage/help* |
|
||||
| <code>exit</code> | *exit session* |
|
||||
| ``orginfo`` | *get organization info* |
|
||||
| ``userinfo`` | *get user profile info* |
|
||||
| ``repoinfo`` | *get repository info* |
|
||||
| ``pathcontents`` | *get contents of a path from a specified repository* |
|
||||
| ``orgrepos`` | *get a list of repositories owned by a specified organization* |
|
||||
| ``userrepos`` | *get a list of repositories owned by a specified user* |
|
||||
| ``usergists`` | *get a list of gists owned by a specified user* |
|
||||
| ``userfollowers`` | *get a list of a user's followers* |
|
||||
| ``userfollowing`` | *check whether user A follows user B* |
|
||||
| ``usersearch`` | *search user(s)* |
|
||||
| ``reposearch`` | *search repositor(y)(ies)* |
|
||||
| ``topicsearch`` | *search topics(s)* |
|
||||
| ``issuesearch`` | *search issue(s)* |
|
||||
| ``commitsearch`` | *search commit(s)* |
|
||||
| ``usersearch`` | *search user(s)* |
|
||||
| ``update`` | *check for/download updates* |
|
||||
| ``author`` | *show author info* |
|
||||
| ``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*
|
||||
* *octosuite has only been tested on **Termux** *and* **Kali Linux** (for now), please be sure to let me know how it works on **Windows***
|
||||
* *Although octosuite was developed to work on **Mac**, **Windows**, or any **Linux** *Distribution*, it has only been tested on **Termux** *and* **Kali Linux***
|
||||
|
||||
# LICENSE
|
||||

|
||||
|
||||
Reference in New Issue
Block a user