Cyber security

Eyes: Email-Centric OSINT Uncovered

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:

  1. Clone the repository from GitHub:
$ git clone https://github.com/N0rz3/Eyes.git

2. Navigate to the Eyes directory:

$ cd ./Eyes

3. Install the required packages:

$ pip3 install -r requirements.txt

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]

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:

  1. Basic Email Search: To search for information related to “example@email.com“, use:
python eyes.py example@email.com

2. Viewing Available Modules: To see a list of all the modules Eyes can use in its search, type:

python eyes.py -m

3. Help: If you need assistance or a quick refresher, use the help option:

python eyes.py -h
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

1 hour ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

1 hour ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

1 hour ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

2 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

2 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

5 hours ago