DorkEye is a Python script for ethical dorking. The goal is to identify unintentionally exposed resources, such as sensitive files, login panels or indexed directories.
Is an automated dorking tool that uses DuckDuckGo to find web resources exposed via OSINT techniques.
It can identify indexed directories, restricted files, admin panels and other public vulnerabilities, all in an anonymous and legal way, avoiding CAPTCHAs and blocks typical of mainstream engines.
Search Engine
Using DuckDuckGo (via DDGS()) allows to bypass limitations imposed by Google, making the tool more resilient and anonymous.
Why DorkEye?
It supports multiple dorks per command string allowing you to get better result in less time, also saves results without double links, fast, secure!
✨ Features
Search via DuckDuckGo (no CAPTCHA block)
Single input or from dork file
Save results to .csv file
Advanced visualization with rich
⚙️ Install DorkEye
git clone https://github.com/xPloits3c/DorkEye.git
cd DorkEye
pip install -r requirements.txt
⚙️ Requirements
Python 3.9+ > “Make sure you have the latest version of python installed.”
If not installed, you can do it with: sudo apt update sudo apt install python3