Big Dorker is a console-based tool used for dorking on multiple popular search engines such as Google, DuckDuckGo, Bing, Yahoo, Yandex, Ask, Mojeek, and Searx. Dorking is a search technique used by security researchers and information security professionals to find sensitive information that is inadvertently exposed in publicly available databases and documents online.
- Addition of output file for dorking results.
- Addition of automated dorking feature.
- Flexibility for dorking query development.
- Fix bug in Mojeek search engine.
- Added for proxy
- Automatic Dorking: Perform automatic dorking on various search engines using predefined queries and dorks.
- Search Engine Support: Supports multiple popular search engines including Google, DuckDuckGo, Bing, Yahoo, Yandex, Ask, Mojeek, and Searx.
- Result Processing: Process search results and present them in a readable and understandable format.
- Information Security: Useful in penetration testing and security audits, allowing security researchers to find sensitive information that may be exploitable or vulnerable to attacks.
- Risk Analysis: Enables users to conduct risk analysis on the discovered information and identify potential security vulnerabilities or weaknesses in their infrastructure.
- Ensure Python is installed on your system.
- Download or clone this repository into a local directory.
- Open a terminal or command prompt and navigate to the directory where you saved the source code.
- Run
pip install -r requirements.txt
to install the required dependencies. - Run Big Dorker by executing the command
python search.py --o 'manual'/'auto'
. - For updating the list in the auto-dorking feature, you can modify the
listdork.txt
file with the condition:new line for separator
.
billy@billy:/bigdorker$ python3 search.py -h
usage: search.py [-h] -o OPTION [-x PROXY]
options:
-h, --help show this help message and exit
-o OPTION, --option OPTION
Give your choice ('manual' or 'auto')
-x PROXY, --proxy PROXY
Give your proxy (use http/https) *OPTIONAL
When performing auto dorking, it's advisable to use a delay of 4 to avoid potential access blocking.
- Contributions: Feel free to explore and customize Big Dorker according to your needs and preferences. You can also contribute to this project by submitting bug reports, feature requests, or code enhancements through GitHub.
- License: This project is licensed under the MIT License. See the LICENSE file for more information.
Let me know if you need further adjustments!