π² I don't hack systems, i expose their secrets.
DorkEye is an advanced, automated Dorking script in python language that leverages DuckDuckGo 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.
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
- Interactive HTML reports
- π Smart single/multiβdork execution
- π« Extension blacklist & whitelist
- β‘ Stealth mode & rateβlimit protection
- π Realβtime statistics
- π¨ Rich terminal UI
- π¦ Automatic installation
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
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.csvDorkEye/
β βββ 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
β βββ *....
- 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
If you find DorkEye useful, please consider starring the repository π
MIT License Β© 2026 xPloits3c I.C.W.T



