🦅 DorkEye > I don't hack systems, i expose their secrets <
DorkEye is an advanced and automated python script for Google Dorking to identify exposed web resources using Open Source Intelligence techniques.
It helps discover:
- Indexed directories
- Sensitive files
- Admin panels
- Databases & backups
- Misconfigurations and leaked credentials
- ✅ 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.
Interactive menu
Generates structured Google dorks using a modular YAML template engine.
- Error‑based SQLi
- Boolean‑based blind SQLi
- Time‑based blind SQLi
- Vulnerability confidence scoring
- File metadata inspection (size, type, accessibility)
- Intelligent deduplication
- YAML / JSON configuration support
- Realistic browser fingerprint rotation
- Dynamic delays to evade rate limits
- 📄 Documents:
.pdf .doc .xls - 📦 Archives:
.zip .rar .7z - 🗄️ Databases:
.sql .sqlite - 💾 Backups:
.bak .old - ⚙️ Configs:
.conf .ini .yaml - 📜 Scripts:
.php .jsp - 🔑 Credentials:
.env .git
.csv .json .txt .html
- 🔎 Smart single/multi‑dork execution
- 🚫 Extension blacklist & whitelist
- ⚡ Stealth mode & rate‑limit protection
- 📈 Real‑time statistics
- 🎨 Rich terminal UI
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
# Help:
python dorkeye.py -h
# Deactivate environment:
deactivate
# Remove environment:
rm -rf dorkeye_env
🔹 # WIZARD Mode
python dorkeye.py --wizard🔹 # Basic search
python3 dorkeye.py -d "inurl:admin" -o results.txt🔹 # Dork 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
DorkEye/
│ ├── dorkeye.py
│ ├── dork_generator.py
│ ├── requirements.txt
│ ├── http_fingerprints.json
│ ├── INSTALL.md
│ ├── README.md
│ ├── __init__
│ ├── dorkeye_config.yaml
│ /Templates/
│ ├── dorks_templates.yaml
│ ├── dorks_templates_research.yaml
│ /.github/
│ ├── CODE_OF_CONDUCT.md
│ ├── CONTRIBUTING.md
│ ├── SECURITY.md
│ ├── pull_request_template.md
│ /ISSUE_TEMPLATE/
│ ├── bug_report.md
│ ├── feature_request.md
│ /Dump/
│ ├── *.csv
│ ├── *.json
│ ├── *.txt
│ └── *.html
- Multi‑threaded search
- Interactive TUI
- Browser extension
- Cloud integrations
- API support
- ML‑based dork optimization
- This tool is for educational, research, and authorized security testing only.
- Unauthorized access is illegal.
- The author is not responsible for misuse.
- Author: xPloits3c
- Email: whitehat.report@onionmail.org
- Telegram: https://t.me/DorkEye
MIT License © 2026 xPloits3c I.C.W.T



