ReconDorker Pro is an elite, high-performance OSINT reconnaissance framework designed for deep intelligence gathering. By orchestrating advanced dorking techniques across multiple search engines, it automates the discovery of sensitive data, exposed assets, and shadow infrastructure.
- 🛡️ Multi-Engine Discovery: Leverages Google, Bing, and DuckDuckGo for maximum target coverage.
- 🔍 Recursive Subdomain Hunting: Automatically identifies and performs deep discovery on nested subdomains.
- 📄 Document Metadata Extraction: High-fidelity extraction of author, timestamps, and software details from discovered PDF and DOCX files.
- 📂 Elite Dork Library: Curated categories for
.envleaks, SQL dumps, admin panels, and private keys. - 🎨 Premium Visual Experience:
- CLI: Immersive real-time progress bars, structured panels, and beautiful colorization powered by
Rich. - Web Dashboard: Modern Glassmorphism interface with real-time status polling and interactive results.
- Reports: Professional, interactive HTML reports built with Tailwind CSS.
- CLI: Immersive real-time progress bars, structured panels, and beautiful colorization powered by
- 🔒 Enterprise Reliability: Integrated Proxy Rotation support and adaptive rate-limiting to bypass detection.
-
Clone the repository:
git clone https://github.com/ismailtsdln/ReconDorker.git cd ReconDorker -
Set up a virtual environment (recommended):
python3 -m venv venv source venv/bin/activate -
Install production dependencies:
pip install -r requirements.txt pip install -e .
Perform a comprehensive, recursive scan with multi-engine support:
python3 -m recondorker.cli -t target.com --category leaks --recursive --engines google --engines bing --openAdvanced Options:
-t, --target: Target domain (required)-r, --recursive: Recursively scan discovered subdomains.-e, --engines: engines to use (google,bing,duckduckgo).-c, --category: Specific dork categories (e.g.,leaks,admin_panels).--proxy-file: Path to a list of proxies for rotation.--open: Automatically open the HTML report after completion.
Launch the premium FastAPI-powered dashboard:
uvicorn webui.main:app --host 0.0.0.0 --port 8000Access the dashboard at http://localhost:8000.
The generated HTML reports feature:
- Clean, searchable interface.
- Categorized findings with source attribution.
- Embedded Metadata: View document properties directly within the report.
- Responsive design for mobile intelligence review.
This software is for educational and authorized security auditing purposes only. Use of ReconDorker against targets without prior written consent is illegal. The developers assume no liability for misuse of this tool.
Distributed under the MIT License. See LICENSE for more information.
Developed with ❤️ by OSINT Enthusiasts
