Multi-engine passive dork builder for Google, Bing, DuckDuckGo and Yandex.
A lightweight CustomTkinter desktop application that helps you construct and launch advanced search queries across multiple search engines for OSINT and exposure auditing.
- Clean dark, Google-inspired UI
- Support for Google, Bing, DuckDuckGo and Yandex
- Modular dork patterns (
dorks.json) - Configurable search engines (
engines.json) - One-click search in selected engines (opens multiple tabs)
- Copy query to clipboard
- Automatic domain cleaning (accepts full URLs)
dorky-multi/
├── main.py
├── dorks.json
├── engines.json
├── requirements.txt
├── LICENSE
└── README.md
pip install -r requirements.txt
python main.pyRequires Python 3.10+.
Contains categories and patterns. Use the {domain} placeholder.
Defines each search engine’s name, search URL template and supported operators.
This tool is intended only for legitimate security research, authorized assessments, bug bounty programs and educational purposes.
Do not use it against targets without permission. The authors accept no liability for misuse.
MIT License — see LICENSE.