https://github.com/rly0nheart/osinteye
Username enumeration & reconnaisance suite
https://github.com/rly0nheart/osinteye
about-me about-me-website aboutme dockerhub github instagram osint osint-tool pypi python recon reconnaissance testpypi username-checker username-enumeration
Last synced: about 1 month ago
JSON representation
Username enumeration & reconnaisance suite
- Host: GitHub
- URL: https://github.com/rly0nheart/osinteye
- Owner: rly0nheart
- License: gpl-3.0
- Archived: true
- Created: 2021-11-23T20:54:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T07:20:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T12:48:23.886Z (6 months ago)
- Topics: about-me, about-me-website, aboutme, dockerhub, github, instagram, osint, osint-tool, pypi, python, recon, reconnaissance, testpypi, username-checker, username-enumeration
- Language: Python
- Homepage: https://git.io/J1j3D
- Size: 59.6 KB
- Stars: 171
- Watchers: 5
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rly0nheart/osinteye - Username enumeration & reconnaisance suite (Python)
README
## This will not receive any further updates. Instagram is deprecated, so I decided to just archive it.



> Username enumeration & reconnaisance suite
# Supported sites
- [X] PyPI
- [X] Github
- [X] TestPypi
- [X] About.me
- [X] Instagram
- [X] DockerHub# Installation
> Clone project:
```
$ git clone https://github.com/rly0nheart/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.1**;
```
$ python osinteye --instagram [USERNAME]
```**Example 1.2**;
```
$ ./osinteye --instagram [USERNAME]
```# Optional Arguments
| Flag | Usage |
| ------------- |:---------:|
|--pypi
| *get target's information from pypi* |
|--testpypi
| *get target's information from testpypi* |
|--about
| *get target's information from about.me* |
|
|--github
| *get target's information from github* |
|--dockerhub
| *get target's information from dockerhub* |
|-v/--verbose
| *enable verbosity (returns network logs, errors and warnings)* |
|--version
| *show program's version number and exit* |# LICENSE
# About me
* [About.me](https://about.me/rly0nheart)