Skip to main content

A powerful command-line tool for Google dorking, enabling users to uncover hidden information and vulnerabilities with advanced search queries.

Project description

DumpDork

DumpDork is a powerful command-line tool for performing Google dorking, allowing users to uncover hidden information and vulnerabilities using advanced search queries directly from the terminal.

Features

  • Effortless Querying: Construct complex search queries with ease using Google's powerful search operators.
  • Customizable Results: Specify the number of results to retrieve, with a maximum limit of 300.
  • Output Options: Save your findings in a neatly formatted JSON file for further analysis or reporting.
  • No CAPTCHA Required: This script does not require users to complete CAPTCHA, making it easier to retrieve results without interruptions.
  • Configurable Credentials: Manage your API credentials securely through a simple YAML configuration file.

Installation

Manual:

  1. Clone the repository:
git clone https://github.com/mateofumis/dumpdork.git
cd dumpdork
  1. Set up a virtual environment (optional but recommended):
python3 -m venv env
source env/bin/activate  # On Windows use `.\env\Scripts\activate`

Using pip install

  1. Install dumpdork with pip3
pip3 install dumpdork --upgrade

See this project in PyPi: https://pypi.org/project/dumpdork/

Install dependencies:

pip3 install -r requirements.txt

Configure your API credentials: Create a config.yaml file in the root directory with the following structure:

rapidapi:
  host: "YOUR_RAPIDAPI_HOST"
  key: "YOUR_RAPIDAPI_KEY"

How to get your credentials

  1. Visit https://rapidapi.com/ and create an account or login.
  2. Once logged in, visit https://rapidapi.com/herosAPI/api/google-search74/playground and claim your FREE API credentials
  3. Done! Now you can fill your config.yaml with your own credentials.

Usage

$: dumpdork -h
usage: dumpdork [-h] [--limit LIMIT] [--output OUTPUT] --config-file CONFIG_FILE [query]

Perform a search using RapidAPI.

positional arguments:
  query                 The search query.

options:
  -h, --help            show this help message and exit
  --limit LIMIT         Number of results to return (default is 50).
  --output OUTPUT       Output file to save results in JSON format.
  --config-file CONFIG_FILE
                        Path to the YAML config file containing API credentials.

Example Queries

  • Search for PHP files on HackerOne:
python3 dumpdork.py 'site:"*.hackerone.com" ext:php' --output h1_results.json --limit 100 --config-file config.yaml
  • Find login pages:
python3 dumpdork.py 'inurl:login (ext:php | ext:asp | ext:aspx | ext:aspxh)' --output juicy_results.json --config-file config.yaml

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

🧡 Support me with a virtual Coffee! 🧡

Ko-Fi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dumpdork-0.1.3.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

dumpdork-0.1.3-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file dumpdork-0.1.3.tar.gz.

File metadata

  • Download URL: dumpdork-0.1.3.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for dumpdork-0.1.3.tar.gz
Algorithm Hash digest
SHA256 577e7d2ecf75fa94b07957daa81c1d6fec48416f09f7e39783f3ef4ad1549576
MD5 085b6eb00e03dc935e23f1ca25369510
BLAKE2b-256 aee0bd9f313b95f57928a2ea36dab781e4f439c75b5f32b14551e46e43fefdd7

See more details on using hashes here.

File details

Details for the file dumpdork-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dumpdork-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for dumpdork-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0eef5784447768d152bf1250d6d9564ac47669d61ad805e0b8fa605063eba3b8
MD5 ee7d87193ca771c3abeb6e67b094ca37
BLAKE2b-256 45c26db88ec0b49db779aafab039ca004e5a79ec80a56df914bcb9c2da9787d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page