A user reconnaisance tool that extracts a target's information from Instagram, DockerHub & Github. Also searches for matching usernames on Github.

osinteye

Features

  • extracts Instagram info
  • extracts DockerHub info
  • extracts Github info (including followers list and repositories)
  • searches related usernames on Github

Installation

installation

Clone project:

git clone https:/github.com/rlyonheart/osinteye.git
cd osinteye
pip install -r requirements.txt

Usage

python osinteye --[SITENAME] [USERNAME]

Or give osintEye execution permission:

chmod +x osinteye
./osinteye --[SITENAME] [USERNAME]

Example .1;

python osinteye --instagram johndoe

Example .2;

./osinteye --instagram johndoe

Available Sources

  • Instagram
  • DockerHub
  • Github
FlagUsage
-I/--instagramget target's Instagram information
-G/--githubget target's Github information
-D/--dockerhubget target's DockerHub information
-X/--allget target's information from all available sources

Optional Arguments

FlagUsage
-sG/--github-searchsearch username on Github
-r/--rawreturn output in raw json format
-v/--verboserun osintEye in verbose mode (returns network logs, errors and warnings)

Disclaimer

This tool should not be used in environments withouth legal authorization. The author Richard Mwewa will not be responsible for the damages that might be done with it.*

LICENSE

license

About author

Contact author

GitHub - rlyonheart/osinteye at pythonawesome.com
A user reconnaisance tool that extracts a target's information from Instagram, DockerHub & Github. Also searches for matching usernames on Github. - GitHub - rlyonheart/osinteye at pythonaw...