π² 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:
Generates structured Google dorks using a modular YAML template engine.
.pdf .doc .xls.zip .rar .7z.sql .sqlite.bak .old.conf .ini .yaml.php .jsp.env .gitsudo 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.csv
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
β βββ *....
If you find DorkEye useful, please consider starring the repository π
MIT License Β© 2026 xPloits3c I.C.W.T