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.
Getting Eyes up and running is straightforward. Follow these steps:
$ 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 Once you’ve successfully installed Eyes, using it is a breeze. Here’s a quick guide to get you started:
The primary command structure for Eyes is as follows:
python eyes.py [-h] [-m] [email] email: Input the target email address here. Eyes will then search for information related to this email across various modules and services.-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.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 Introduction Google Dorking is a technique where advanced search operators are used to uncover information…
Linux is renowned for its versatility, open-source nature, and security. Whether you're a beginner, developer,…
Cyber insurance helps businesses and individuals mitigate financial losses from data breaches, ransomware, extortion, legal…
Ransomware is one of the most dangerous and destructive forms of cybercrime today. With cybercriminals…
Social media is a key part of our daily lives, with millions of users sharing…
What Are Data Brokers? Data brokers are companies that collect, aggregate, and sell personal information,…