- **Asynchronous Google Dorking:** Perform advanced and efficient searches using Google Dorks with high performance, powered by asynchronous processing.
- **Bug Hunting and Reconnaissance:** Discover valuable intelligence, potential vulnerabilities, and misconfigurations during ethical hacking and penetration testing.
- **Real-Time Progress Tracking:** Keep track of task progression with live updates for smooth operation.
- **Cross-Platform Compatibility:** Fully compatible with all major operating systems, requiring no additional dependencies.
- **Customizable Search Queries:** Fine-tune Google Dorks for targeted searches and precise results.
Usage:
bash
dorker -h
yaml
__ __
____/ / ____ _____ / /__ ___ _____
/ __ / / __ \ / ___/ / //_/ / _ \ / ___/
/ /_/ / / /_/ / / / / ,< / __/ / /
\__,_/ \____/ /_/ /_/|_| \___/ /_/
- RevoltSecurities
[DESCRIPTION]: GoogleDorker - Unleash the power of Google dorking for ethical hackers with custom search precision.
[USAGE]:
dorker [flags]
[FLAGS]:
[INPUT]:
-q, --query : single dorking query for Dorker to search
-l, --list : filename that contains list of dorks with target name
stdin/stdout : Dorker now supports stdin/stdout for reading dorks
[OUTPUT]:
-o, --output : filename to save the outputs.
[Rate-Limits]:
-t, --threads : set the concurrency level for dorking (default 20)
[OPTIMIZATION]:
-t, --timeout : timeout value for every sources requests (default: 15).
-d, --delay : specify a delay value between each requests (default: 1)
[UPDATE]:
-up, --update : updates Dorker tool to latest version (info: requires pip to be insalled).
[CONFIG]:
-px, --proxy : http proxy to use with Dorker's each request
-cp, --config-path : custom path of config file for Dorker to read api keys (default path: $HOME.config/dorker/provider-config.yaml).
[DEBUG]:
-h, --help : displays this help message and exits
-s, --silent : disables showing banner and version of Dorker
-v, --verbose : enable to increase the verbosity of the Dorker
Easy Installation :
**PIP:**
bash
pip install git+https://github.com/RevoltSecurities/GoogleDorker --break-system-packages
**PIPX:**
bash
pipx install git+https://github.com/RevoltSecurities/GoogleDorker