Giter Site home page Giter Site logo

eyes's Introduction

πŸ‘οΈπŸŒ E y e s


python version license

πŸ•΅οΈ Eyes is an OSINT tool to get existing accounts from an email

πŸ˜‡β€ŠAbout

Eyes is osint tool based on account search from an email address

Eyes is able to find not only if an account is existing on different sites but also to find the account in question (with certain modules)

even if the profile has nothing to do with the email 😲!

All this without warning the target πŸ•΅οΈβ€β™‚οΈ

Features of script :

  • fully async
  • asynchrone scraping
  • menu in cli format (commands)

πŸ—ƒοΈβ€ŠModules

Name Key
Bitmoji βŒβ€ŠπŸ”‘
Duolingo βŒβ€ŠπŸ”‘β€Š
GitHub πŸ€”πŸ”‘ (you can add one for better results)β€Š
Gravatar βŒβ€ŠπŸ”‘β€Š
Imgur βŒβ€ŠπŸ”‘
Mail.ru βŒβ€ŠπŸ”‘
Pastebin βŒβ€ŠπŸ”‘
Protonmail βŒβ€ŠπŸ”‘
X (Twitter) βŒβ€ŠπŸ”‘
Instagram βŒβ€ŠπŸ”‘

πŸ“ΈπŸ™‹β€β™‚οΈ Facial recognition

Eyes also use facial recognition in the GitHub module to study the profile picture (if available). The facial recognition module is called: Venom

You will have the explanations of its operation in the file of venom

πŸ› οΈβ€ŠRequirements / Launch

$ git clone https://github.com/N0rz3/Eyes.git
$ cd ./Eyes
$ pip3 install -r requirements.txt

Eyes is very easy to use and not at all complex πŸ€™

πŸ„ Usage

usage: python eyes.py [-h] [-m] [email]

positional arguments:
  email          search information on the target email with modules, services...

options:
  -h, --help     show this help message and exit
  -m, --modules  gives you all the email modules used by Eyes

πŸŽ₯β€ŠDemo

🌞 More

If you want to discover other tools of the same kind there are :

βœ”οΈ / ❌ Rules

This tool was designed for educational purposes only and is not intended for any mischievous use, I am not responsible for its use.

πŸ“œ License

This project is License GPL v3 be sure to follow all rules πŸ‘

πŸ’– Thanks

If you like what i do, please subscribe πŸ’–. And if you find this tool is useful don't forget to star 🌟

πŸ’Ά Support me πŸ‘‡

Buy Me A Coffee

eyes's People

Contributors

bornunique911 avatar iprathammishra avatar n0rz3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

eyes's Issues

Protonmail API

The way in which your script verifies if a Protonmail address is valid does not work anymore.
The Proton API is broken.

Try it out with any protonmail address and the API will always return a positive match for an email that does not exist --> https://api.protonmail.ch/pks/lookup?op=index&search=oiezjaodfvdfvdfvssdfvdfvsdfiehjveiovuhzervui@protonmail.com

This is why the tool Protosint by PixelBubble is broken and has been broken for a long time.
It's also why I updated my own script --> https://github.com/C3n7ral051nt4g3ncy/Prot1ntelligence

Problem

After running python eyes.py (email) I get this error message. What can it depend on?

sh: 1: title: not found
Traceback (most recent call last):
File "/home//Eyes/eyes.py", line 8, in
import asyncio ;from lib.cli import parser; asyncio.run(parser())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/
/Eyes/lib/cli.py", line 3, in
from output import eyes_output
File "/home/*****/Eyes/output.py", line 1, in
from modules.email_modules import duolingo, gravatar, imgur, protonmail, bitmoji, x, github, mailru, pastebin
File "/home//Eyes/modules/email_modules/github.py", line 6, in
from lib.image import get_hashed, fetch_img
File "/home/
/Eyes/lib/image.py", line 3, in
import imagehash
ModuleNotFoundError: No module named 'imagehash'

how to use it ?

When I try, its give me this :
:~/Eyes$ python eyes.py [email protected]
sh: line 1: title: command not found
python eyes.py
[-] Eyes only works with Python 3.10+.
-> Go install the most recent version of python -> https://www.python.org/downloads/
~/Eyes$ python eyes.py

How to update python to 3.10+ ?
I'm using cloud shell for testing it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.