Skip to content

It automates create and searches to detect exposed resources such as sensitive files, admin panels, open directories and common web misconfigurations.

License

Notifications You must be signed in to change notification settings

xPloits3c/DorkEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

333 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

image

πŸ¦… DorkEye

Python License Status DuckDuckGo Repo views Stars Forks Issues Last Commit Join Telegram


🐲 I don't hack systems, i expose their secrets.

🧠 What is DorkEye

DorkEye is an advanced, automated Dorking script in python language that leverages DuckDuckGo to identify exposed web resources using Open Source Intelligence techniques.

de_start_sql

It helps discover:

  • Indexed directories
  • Sensitive files
  • Admin panels
  • Databases & backups
  • Misconfigurations and leaked credentials

image

❓ Why DorkEye

  • βœ… Bypass CAPTCHA and rate‑limiting
  • βœ… Maintain anonymity and avoid IP blocking
  • βœ… Clean and unfiltered search results
  • βœ… Advanced analysis and automated SQLi testing
  • βœ… Continue Dorking for hours, DorkEye won’t get banned.

✨ What’s New

DORK GENERATOR

Generates structured Google dorks using a modular YAML template engine.

🧠 Automated SQL Injection Testing

  • Error‑based SQLi
  • Boolean‑based blind SQLi
  • Time‑based blind SQLi
  • Vulnerability confidence scoring

πŸ” Advanced Analysis

  • File metadata inspection (size, type, accessibility)
  • Intelligent deduplication
  • YAML / JSON configuration support

🎯 Stealth & Fingerprinting

  • Realistic browser fingerprint rotation
  • Dynamic delays to evade rate limits

πŸ“Š File Categorization

  • πŸ“„ Documents: .pdf .doc .xls
  • πŸ“¦ Archives: .zip .rar .7z
  • πŸ—„οΈ Databases: .sql .sqlite
  • πŸ’Ύ Backups: .bak .old
  • βš™οΈ Configs: .conf .ini .yaml
  • πŸ“œ Scripts: .php .jsp
  • πŸ”‘ Credentials: .env .git

πŸ’Ύ Export Formats

  • CSV
  • JSON
  • Interactive HTML reports

πŸš€ Features

  • πŸ”Ž Smart single/multi‑dork execution
  • 🚫 Extension blacklist & whitelist
  • ⚑ Stealth mode & rate‑limit protection
  • πŸ“ˆ Real‑time statistics
  • 🎨 Rich terminal UI
  • πŸ“¦ Automatic installation

πŸ“¦ Quick Install

INSTALL GUIDE

image

sudo apt update
sudo apt install -y python3 python3-pip python3-venv git
git clone https://github.com/xPloits3c/DorkEye.git
cd DorkEye
python3 -m venv dorkeye_env
source dorkeye_env/bin/activate
pip install -r requirements.txt

▢️ Test

dev4 2 6_h
# Help:
python dorkeye.py -h
# Deactivate environment:
deactivate
# Remove environment:
rm -rf dorkeye_env

πŸš€ Usage

USAGE

dg_search_priv

πŸ”Ή Basic search

python3 dorkeye.py -d "inurl:admin" -o results.txt

πŸ”Ή # DORKS GENERATOR + DETECTION

python dorkeye.py --dg=sqli --mode=aggressive --sqli --stealth -o report.json

πŸ”Ή # SQLi + stealth

python3 dorkeye.py -d "site:example.com .php?id=" --sqli --stealth -o scan.html

πŸ”Ή # Fast scan

python3 dorkeye.py -d dorks.txt --no-analyze -c 200 -o fast_results.csv

πŸ“ Project Structure

DorkEye/
β”‚ β”œβ”€β”€ dorkeye.py
β”‚ β”œβ”€β”€ dork_generator.py
β”‚ β”œβ”€β”€ requirements.txt
β”‚ β”œβ”€β”€ http_fingerprints.json
β”‚ β”œβ”€β”€ setup.sh / setup.bat
β”‚ β”œβ”€β”€ INSTALL.md
β”‚ β”œβ”€β”€ README.md
β”‚ β”œβ”€β”€ dorkeye_config.yaml
β”‚ /Templates/
β”‚    β”œβ”€β”€ dorks_templates.yaml
β”‚    β”œβ”€β”€ dorks_templates_research.yaml
β”‚ /Dump/
β”‚    β”œβ”€β”€ *.csv 
β”‚    β”œβ”€β”€ *.json
β”‚    β”œβ”€β”€ *.txt
β”‚    β”œβ”€β”€ *.html
β”‚    └── *....

🧩 Roadmap

  • Multi‑threaded search
  • Interactive TUI
  • Browser extension
  • Cloud integrations
  • API support
  • ML‑based dork optimization

⚠️ WARNING

  • πŸ”Ή This tool is for educational, research, and authorized security testing only.
  • πŸ”Ή Unauthorized access is illegal.
  • πŸ”Ή The author is not responsible for misuse.

πŸ“ž Contact


⭐ Support

If you find DorkEye useful, please consider starring the repository 🌟


πŸ“œ License

MIT License Β© 2026 xPloits3c I.C.W.T