Using Eyes: A Quick Guide
In the vast realm of Open Source Intelligence (OSINT) tools, “Eyes” emerges as a unique and efficient tool designed specifically for email-based investigations. Developed by a GitHub user named N0rz3, this tool offers users the ability to gather a plethora of information based on a single email address. But what makes “Eyes” stand out? Let’s delve deeper.
What is “Eyes”?
Eyes is an OSINT tool that focuses on extracting information related to an email address. Whether you’re a cybersecurity professional, a private investigator, or just a curious individual, Eyes can provide insights into the digital footprint associated with a specific email. It scours various platforms and databases to fetch data, making your investigation process smoother and more comprehensive.
Installation Guide:
Getting Eyes up and running is straightforward. Follow these steps:
- Clone the repository from GitHub:
$ git clone https://github.com/N0rz3/Eyes.git
COPY
- Navigate to the Eyes directory:
$ cd ./Eyes
COPY
- Install the required packages:
$ pip3 install –r requirements.txt
COPY
Using Eyes: A Quick Guide
Once you’ve successfully installed Eyes, using it is a breeze. Here’s a quick guide to get you started:
Basic Command Structure:
The primary command structure for Eyes is as follows:
python eyes.py [–h] [–m] [email]
COPY
Positional Argument:
- email: Input the target email address here. Eyes will then search for information related to this email across various modules and services.
Options:
- -h, –help: Displays a help message, providing an overview of the tool and its options.
- -m, –modules: Provides a list of all the email modules utilized by Eyes.
Examples of Usage:
- Basic Email Search: To search for information related to “[email protected]“, use:
python eyes.py example@email.com
COPY
- Viewing Available Modules: To see a list of all the modules Eyes can use in its search, type:
python eyes.py –m
COPY
- Help: If you need assistance or a quick refresher, use the help option:
python eyes.py –h
COPY
Why Choose “Eyes”?
The digital age has made it easier than ever to leave traces of oneself online. An email address, often used as a primary identifier on many platforms, can reveal a lot about an individual or an entity. Eyes simplifies the process of gathering this scattered information, presenting it in a consolidated manner. Whether you’re verifying the authenticity of an email, investigating potential threats, or just satiating your curiosity, Eyes is the tool to have in your OSINT toolkit.
Eyes is a versatile and powerful OSINT tool, especially when it comes to email-based searches. Whether you’re a seasoned investigator or just starting out in the world of digital investigations, Eyes offers a straightforward and efficient way to gather valuable insights. Remember to always use such tools ethically and responsibly. Happy investigating!