Skip to content

Releases: RevoltSecurities/GoogleDorker

V1.0.1

22 Nov 04:18
9b81adf
Compare
Choose a tag to compare

GoogleDorker - Unleash the power of Google dorking for ethical hackers with custom search precision.

GitHub last commit GitHub release (latest by date) GitHub license

GoogleDorker is a powerful command-line tool tailored for bug hunters and penetration testers, enabling efficient Google Dorking. It allows users to perform advanced, targeted searches to gather critical information about their targets. By leveraging Google's APIs, GoogleDorker simplifies comprehensive reconnaissance and enhances the effectiveness of vulnerability assessments for cybersecurity professionals.

Features v1.0.1:

  • 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:

dorker -h
       __                   __
  ____/ /  ____    _____   / /__  ___    _____
 / __  /  / __ \  / ___/  / //_/ / _ \  / ___/
/ /_/ /  / /_/ / / /     / ,<   /  __/ / /
\__,_/   \____/ /_/     /_/|_|  \___/ /_/


                    - 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:

pip install git+https://github.com/RevoltSecurities/GoogleDorker --break-system-packages

PIPX:

pipx install git+https://github.com/RevoltSecurities/GoogleDorker

v1.0.0

07 Oct 03:55
c9a4544
Compare
Choose a tag to compare

GoogleDorker v1.0.0 Release Notes

We are excited to announce the release of GoogleDorker v1.0.0! GoogleDorker is a powerful command-line-based Google dorking tool designed to simplify the process of gathering information for bug hunters, ethical hackers, and penetration testers. With this release, we have introduced new features, improvements, and bug fixes to enhance your experience.

What's New in v1.0.0:

  • Automated Google Dorking: GoogleDorker now offers automated Google dorking capabilities, allowing you to streamline your search queries and obtain results more efficiently.

  • Output File Support: Define an output file for storing the search results, making it easier to manage and analyze the gathered information.

  • Enhanced Query Customization: Customize your search queries with advanced operators and parameters, enabling more precise and targeted searches.

How to Use GoogleDorker:

  1. Installation:

    pip install dorker
    git clone https://github.com/sanjai-AK47/GoogleDorker.git
    dorker -h
  2. Usage:

    GoogleDorker -q "your dork query" --output results.txt

    Replace "your dork query" with your specific Google dork query.

For more information and detailed usage instructions, please refer to the documentation.

Get Involved:

We welcome your feedback and contributions! If you encounter any issues or have suggestions for improvement, please create an issue on GitHub.

Thank you for your support and happy dorking!