Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
osinteye — Username enumeration & reconnaisance suite | Kitploit
Tools/GitHubGitHub/rly0nheart/osinteye
OSINT (Open Source Intelligence)ReconnaissanceOSINT for Social EngineeringInformation GatheringSocial EngineeringArchived
GitHubrly0nheart/osinteye

osinteye

Username enumeration & reconnaisance suite

View Repository
178204 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

This will not receive any further updates. Instagram is deprecated, so I decided to just archive it.

Python Version OS GitHub GitHub repo size

Username enumeration & reconnaisance suite osinteye

Supported sites

  • PyPI
  • Github
  • TestPypi
  • About.me
  • Instagram
  • DockerHub

Installation

osinteye

Clone project:

root@kitploit:~
$ git clone https://github.com/rly0nheart/osinteye.git
root@kitploit:~
$ cd osinteye
root@kitploit:~
$ pip install -r requirements.txt

Usage

root@kitploit:~
$ python osinteye [--SITENAME] [USERNAME]

Or give osintEye execution permission:

root@kitploit:~
$ chmod +x osinteye
root@kitploit:~
$ ./osinteye [--SITENAME] [USERNAME]

Example 1.1;

root@kitploit:~
$ python osinteye --instagram [USERNAME]

Example 1.2;

root@kitploit:~
$ ./osinteye --instagram [USERNAME]

Optional Arguments

LICENSE

license

About me

  • About.me
Download Tool
FlagUsage
--pypiget target's information from pypi
--testpypiget target's information from testpypi
--aboutget target's information from about.me
--instagramget target's information from instagram
--githubget target's information from github
--dockerhubget target's information from dockerhub
-v/--verboseenable verbosity (returns network logs, errors and warnings)
--versionshow program's version number and exit