hiiruki / ghosint

GHOSINT - An OSINT tool based on python to get GitHub user information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   _____ _    _  ____   _____ _____ _   _ _______ 
  / ____| |  | |/ __ \ / ____|_   _| \ | |__   __|
 | |  __| |__| | |  | | (___   | | |  \| |  | |   
 | | |_ |  __  | |  | |\___ \  | | | . ` |  | |   
 | |__| | |  | | |__| |____) |_| |_| |\  |  | |   
  \_____|_|  |_|\____/|_____/|_____|_| \_|  |_|   

GitHub OSINT Tool

INSTALLATION

$ git clone https://github.com/hiiruki/ghosint
$ cd ghosint
$ pip3 install requests

Note: GitHub API Token is required to use this tool. You can use the Personal access tokens (classic) or Fine-grained personal access tokens (beta).

Put your GitHub API Token in the ("Authorization": "<YOUR_GITHUB_TOKEN>") at file ghosint.py on line 26.

USAGE

$ python3 ghosint.py

SCREENSHOT

ghosint ss

ISSUES & CONTRIBUTING

Note: Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.

Issues

Before reporting a new issue, take a look at the already opened issues.

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

LICENSE

This software is licensed under the terms of the MIT License.

About

GHOSINT - An OSINT tool based on python to get GitHub user information.

License:MIT License


Languages

Language:Python 100.0%