Installation of Dorks Eye Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/BullsEye0/dorks-eye.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd dorks-eye

Step 3: You are in the directory of the dorks-eye. Now you have to install a dependency of the dorks-eye using the following command.

sudo pip3 install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now run the tool.

python3 dorks-eye.py

Dorks Eye – Google Hacking Dork Scraping and Searching Script

The Dorks Eye tool is developed in the Python3 language which can easily find Vulnerable links using Google Dorks. Dorks Eye tool gathers links to web pages and applications from the Internet which reveals some information. Now this information can be sensitive data like SQL queries of web pages, usernames and passwords, bank details, and many more. Dorks Eye also supports saving the results onto a text formatted file. This tool is also available on the GitHub platform for free and is open source to use.

Similar Reads

What is Google Dorking?

Google Dorking is the advanced search technique that shows the accurate results of our query rather than showing irrelevant stuff or some ad-containing sites. Google Dorking is so powerful that we can also get the username and passwords containing files, robot.txt files, sensitive files conf files, and many more. One of the sample dorking queries look like: /modules/vwar/admin/admin.php?vwar_root=...

Installation of Dorks Eye Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Dorks Eye Tool on Kali Linux OS

Example/Usage: Finding config files by using dork query...

Contact Us