A user reconnaisance tool that extracts a target's information from Instagram, DockerHub & Github.

Overview

Python Version OS GitHub CodeFactor Snyk Vulnerabilities for GitHub Repo Lines of code GitHub repo size

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
Flag Usage
-I/--instagram get target's Instagram information
-G/--github get target's Github information
-D/--dockerhub get target's DockerHub information
-X/--all get target's information from all available sources

Optional Arguments

Flag Usage
-sG/--github-search search username on Github
-r/--raw return output in raw json format
-v/--verbose run 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

You might also like...
Instagram Brute force attack helps you to find password of an instagram account from your list of provided password.
Instagram Brute force attack helps you to find password of an instagram account from your list of provided password.

Instagram Brute force attack Instagram Brute force attack helps you to find password of an instagram account from your list of provided password. Inst

Instagram-follower-bot - An Instagram follower bot written in Python

Instagram Follower Bot An Instagram follower bot written in Python. The bot follows the follower of which account you want. e.g. (You want to follow @

Upload-Instagram - Auto Uploading Instagram Bot

###Instagram Uploading Bot### Download Python and Chrome browser pip install -r

[OSGIFI] - INFORMATION GATHERING TOOL, FROM INSTAGRAM ACCOUNTS.
[OSGIFI] - INFORMATION GATHERING TOOL, FROM INSTAGRAM ACCOUNTS.

⚡ OSGIFI THIS TOOL PERMIT YOU TO DISCOVERING & GATHERING INFO FROM INSTAGRAM ACCOUNTS, FOR EXAMPLE: Full Name Verified Account Or Not Private Account

The algorithm performs a simple user registration (Name, CPF, E-mail and Telephone) in an Amazon RDS database and also performs the storage, training and facial recognition of the user's face to identify the users already registered in the system in a next time the user is seen.
Adriano's Diets Consulting Bot - Parses and extracts informations about your diet (files in the Adriano's format).

Adriano's Diets Consulting Bot - Parses and extracts informations about your diet (files in the Adriano's format).

Scrapes an instagram user's photos and videos
Scrapes an instagram user's photos and videos

Instagram Scraper instagram-scraper is a command-line application written in Python that scrapes and downloads an instagram user's photos and videos.

A Telegram bot to download posts, videos, reels, IGTV and a user profile picture from Instagram!
A Telegram bot to download posts, videos, reels, IGTV and a user profile picture from Instagram!

Telegram Bot A telegram bot to download media from Instagram! No API Key or Login Needed! Requirements You must have python installed (of course) You

A github actions + python code to extract URLs to code repositories to put into standard form, starting with github

A github actions + python code to extract URLs to code repositories to put into standard form, starting with github ---- NOTE: JUS

Comments
  • DELETE THIS LIB

    DELETE THIS LIB

    Hi, man!

    Delete this lib! Do not work, man! ))

    [root@ovz1 osinteye]# python3 osinteye --instagram tarussssa [-] instagram: user not found [root@ovz1 osinteye]# [root@ovz1 osinteye]# python3 osinteye --github tarussssa [-] github: user not found [root@ovz1 osinteye]# [root@ovz1 osinteye]# python3 osinteye --github rly0nheart

    Richard Mwewa | Github

    Richard Mwewa | Github rly0nheart Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github

    Richard Mwewa | Github [-] github: user not found

    opened by APTEMOH 1
  • ERROR IN README...

    ERROR IN README...

    Hello, error mentioning url in README.md

    ERROR............................................................................ Clone project: git clone https:/github.com/rlyonheart/osinteye.git

    CORRECT............................................................................ Clone project: git clone https://github.com/rlyonheart/osinteye.git

    opened by ManuelBot59 1
Releases(1.2.0)
  • 1.2.0(Feb 22, 2022)

    CHANGELOG

    • added --testpypi; will be used to search/extract user's information from testpypi
    • fixed a few code errors

    Full Changelog: https://github.com/rly0nheart/osinteye/compare/1.1.0...1.2.0

    Source code(tar.gz)
    Source code(zip)
  • 1.1.0(Feb 22, 2022)

    CHANGELOG

    • added --pypy; will be used to extract information from pypi
    • fixed indefinite breaking whenever an error is encountered
    • added banner

    Full Changelog: https://github.com/rly0nheart/osinteye/compare/2022.1.0.0...1.1.0

    Source code(tar.gz)
    Source code(zip)
  • 2022.1.0.0(Jan 29, 2022)

    CHANGELOG

    • Can now extract user information from about.me
    • removed --github-search argument
    • removed showing Github user's followers
    • removed url shortening
    • added --version argument
    • removed unnecessary features to make it simple and lightweight

    Full Changelog: https://github.com/rly0nheart/osinteye/compare/2021.1.0.2...2022.1.0.0

    Source code(tar.gz)
    Source code(zip)
    osinteye-2022.1.0.0.tar(60.00 KB)
  • 2021.1.0.2(Dec 8, 2021)

    CHANGELOG

    • user(s) will now be able to choose whether to shorten urls in results or not, with the -sU/--shorten-urls argument
    • if no site is specified, osintEye will search the username on all available sites by default

    Full Changelog: https://github.com/rlyonheart/osinteye/compare/2021.1.0.1...2021.1.0.2

    Source code(tar.gz)
    Source code(zip)
    _main_.py(11.66 KB)
  • 2021.1.0.1(Dec 1, 2021)

Owner
Richard Mwewa
“Let your plans be dark and impenetrable as night, and when you move, fall like a thunderbolt.”
Richard Mwewa
Python tool to Check running WebClient services on multiple targets based on @leechristensen

WebClient Service Scanner Python tool to Check running WebClient services on multiple targets based on @tifkin_ idea. This tool uses impacket project.

Pixis 153 Dec 28, 2022
📷 Instagram Bot - Tool for automated Instagram interactions

InstaPy Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Se

Tim Großmann 13.5k Dec 1, 2021
Instagram - Instagram Account Reporting Tool

Instagram Instagram Account Reporting Tool Installation On Termux $ apt update $

Aryan 6 Nov 18, 2022
Github-Checker - Simple Tool To Check If Github User Available Or Not

Github Checker Simple Tool To Check If Github User Available Or Not Socials: Lan

ميخائيل 7 Jan 30, 2022
OSINT tool to get information from a Github and Gitlab profile and find user's email addresses leaked on commits.

gitrecon OSINT tool to get information from a Github or Gitlab profile and find user's email addresses leaked on commits. ?? How does this work? GitHu

GOΠZO 211 Dec 17, 2022
An instagram bot developed in Python with Selenium that helps you get more Instagram followers.

instabot An instagram bot developed in Python with Selenium that helps you get more Instagram followers. Install You’ll need to have: Python Selenium

null 65 Nov 22, 2022
A Python Instagram Scraper for Downloading Profile's Posts, stories, ProfilePic and See the Details of Particular Instagram Profile.

✔ ✔ InstAstra ⚡ ⚡ ⁜ Description ~ A Python Instagram Scraper for Downloading Profile's Posts, stories, ProfilePic and See the Details of Particular In

null 12 Jun 23, 2022
Instagram bot that upload images for you which scrape posts from 9gag meme website or other Instagram users , which is 24/7 Automated Runnable.

Autonicgram Automates your Instagram posts by taking images from sites like 9gag or other Instagram accounts and posting it onto your page. Features A

Mastermind 20 Sep 17, 2022
This Instagram app created as a clone of instagram.Developed during Moringa Core.

Instagram This Instagram app created as a clone of instagram.Developed during Moringa Core. AUTHOR By: Nyagah Isaac Description This web-app allows a

Nyagah Isaac 1 Nov 1, 2021
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.

Instagram-API-python Unofficial Instagram API to give you access to ALL Instagram features (like, follow, upload photo and video, etc)! Written in Pyt

Vladimir Bezrukov 1 Nov 19, 2021