Skip to content

Dorks Eye Google Hacking Dork Scraping and Searching Script. Dorks Eye is a script I made in python 3. With this tool, you can easily find Google Dorks. Dork Eye collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots. Author: Jolanda de Koff

License

Notifications You must be signed in to change notification settings

BullsEye0/dorks-eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorks Eye v2.0

Google Hacking Dork Scraping and Searching Script - Now with 5 Search Engines

Dorks Eye is a script I made in Python 3. With this tool, you can easily find Google Dorks. Dorks Eye collects potentially vulnerable web pages and applications on the Internet or other interesting info that search engines pick up.

Why this major update v2.0?

Google doesn't like automated searches anymore. They started blocking them more aggressively. That's annoying.

So I added 4 more search engines:

  • DuckDuckGo - Reliable, privacy-focused
  • Bing - Fast and reliable
  • Google - Still there (Often blocked due to bot detection (YMMV)
  • Brave Search - Privacy-focused, independent
  • Yandex - Different results, reliable

Yes, it's called "Google Dorking" but dorks work on any search engine. When Google blocks you, switch engines. Keep searching. Simple as that.


Here you can read the article about Dorks Eye:

https://hackingpassion.com/dorks-eye-google-hacking-dork-scraping-and-searching-script/

New article about v2.0 coming soon on HackingPassion.com


Screenshot


You can save the output in a file. You decide how many results you want.

Dorks Eye shows only the links, no ads, and it's fast.

But be careful. Too many requests in a short time = captchas or IP blocks. That's why having 5 engines helps.


What data can we find using Dorks?

  • Username and passwords
  • Admin login pages
  • Sensitive documents
  • Govt/military data
  • Email lists
  • Bank account details
  • Vulnerable websites
  • So much more …

Screenshot


Install Dorks Eye

A prerequisite for scripts I make is that they must be simple and easy to use for everyone.

Dorks Eye has been tested on:

  • Kali Linux
  • Parrot Security OS
  • BlackArch
  • Termux

This list will be expanded.


Dorks Eye is written for Python 3. Clone the git repository and install the requirements.


Installing Dorks Eye in a Virtual Environment

Recent changes in Parrot OS and Kali Linux require Dorks Eye to be installed in an isolated Python environment to avoid dependency conflicts. Follow these steps:

Installation Steps:

  1. Clone the repository:
git clone https://github.com/BullsEye0/dorks-eye.git
cd dorks-eye
  1. Create a virtual environment (recommended):
python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip3 install -r requirements.txt

How to use Dorks Eye

python3 dorks-eye.py

You'll be asked to choose your search engine (1-6), or select option 6 to search ALL engines at once.

To deactivate the virtual environment when done:

deactivate

That's all!
Have fun 😃


Termux

git clone https://github.com/BullsEye0/dorks-eye.git
cd dorks-eye
pip install -r requirements.txt

Usage Termux

python dorks-eye.py

Screenshot


A collection of Dorks:

13,760 dorks that work across all search engines. Updated regularly.


Screenshot


Video Dorks Eye on YouTube:

New video coming soon showing v2.0 with all 5 search engines!


Contact

Social Networks - Connect


💻 Support this project

If you find this tool useful, consider supporting my work:
❤️ Sponsor BullsEye

Want to learn ethical hacking from scratch?

Want to master ethical hacking from zero to expert? Check out my complete ethical hacking course:

Ethical Hacking Complete Course – Zero to Expert
(This link supports me directly as your instructor)

HACKING IS NOT A HOBBY, BUT A WAY OF LIFE 🎯


Donate

I developed Dorks Eye because I'm passionate about this. Donations are one of the many ways to support what I do.

Donate

BAT: Use Brave and donate on any of my web pages/profiles

Donate

About

Dorks Eye Google Hacking Dork Scraping and Searching Script. Dorks Eye is a script I made in python 3. With this tool, you can easily find Google Dorks. Dork Eye collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots. Author: Jolanda de Koff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages