{"id":25073669,"url":"https://github.com/mateofumis/dumpdork","last_synced_at":"2025-04-14T23:14:52.127Z","repository":{"id":251854575,"uuid":"838637726","full_name":"mateofumis/dumpdork","owner":"mateofumis","description":"A powerful command-line tool for Google dorking, enabling users to uncover hidden information and vulnerabilities with advanced search queries.","archived":false,"fork":false,"pushed_at":"2025-04-07T16:15:43.000Z","size":390,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T23:14:43.435Z","etag":null,"topics":["google-dorking","google-dorks","hacking","hacking-tools","osint","pentesting","python","python-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateofumis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T04:05:18.000Z","updated_at":"2025-04-08T04:39:37.000Z","dependencies_parsed_at":"2025-02-06T23:29:30.453Z","dependency_job_id":"ad78494b-06b2-4a3b-941d-8601eea502cd","html_url":"https://github.com/mateofumis/dumpdork","commit_stats":null,"previous_names":["mateofumis/dumpdork"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateofumis%2Fdumpdork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateofumis%2Fdumpdork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateofumis%2Fdumpdork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateofumis%2Fdumpdork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateofumis","download_url":"https://codeload.github.com/mateofumis/dumpdork/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975329,"owners_count":21192210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-dorking","google-dorks","hacking","hacking-tools","osint","pentesting","python","python-tools"],"created_at":"2025-02-06T23:29:24.991Z","updated_at":"2025-04-14T23:14:52.121Z","avatar_url":"https://github.com/mateofumis.png","language":"Python","funding_links":["https://ko-fi.com/hackermater"],"categories":[],"sub_categories":[],"readme":"# 🔍 DumpDork\n\nDumpDork 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.\n\n![GitHub Release](https://img.shields.io/github/v/release/mateofumis/dumpdork)\n![GitHub License](https://img.shields.io/github/license/mateofumis/dumpdork)\n![PyPI - Version](https://img.shields.io/pypi/v/dumpdork)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/dumpdork)\n\n![preview](https://raw.githubusercontent.com/mateofumis/dumpdork/main/preview.gif)\n\n## Features\n\n- **Effortless Querying**: Construct complex search queries with ease using Google's powerful search operators.\n- **Customizable Results**: Specify the number of results to retrieve, with a maximum limit of 300.\n- **Output Options**: Save your findings in a neatly formatted JSON file for further analysis or reporting.\n- **No CAPTCHA Required**: This script does not require users to complete CAPTCHA, making it easier to retrieve results without interruptions.\n- **Configurable Credentials**: Manage your API credentials securely through a simple YAML configuration file.\n- **Interactive Setup Wizard**: With an user-friendly wizard which guides you through the setup process, helping you configure your API credentials settings step-by-step.\n\n## Installation\n\n### Manual:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/mateofumis/dumpdork.git\ncd dumpdork\n```\n\n2. Set up a virtual environment (optional but recommended):\n\n```bash\npython3 -m venv env\nsource env/bin/activate  # On Windows use `.\\env\\Scripts\\activate`\n```\n\n3. Install dependencies:\n\n```bash\npip3 install -r requirements.txt\n```\n\n### Using pip/pipx install\n\n1. Install dumpdork with pip3\n\n```bash\npip3 install dumpdork\n# or as well with pipx\npipx install dumpdork\n```\n\nSee this project in PyPi: [https://pypi.org/project/dumpdork/](https://pypi.org/project/dumpdork/) \n\n## Configure your API credentials:\n\nCreate config.yaml file in `~/.config/dumpdork/config.yaml` with the following structure:\n\n```yaml\nrapidapi:\n  host: google-search74.p.rapidapi.com\n  key: \"YOUR_RAPIDAPI_KEY\"\n```\n\n### How to get your credentials\n\n1. Visit [https://rapidapi.com/auth/login/](https://rapidapi.com/auth/login/) and create an account or sign in.\n2. Once logged in, visit [https://rapidapi.com/herosAPI/api/google-search74/playground](https://rapidapi.com/herosAPI/api/google-search74/playground) and claim your FREE API credentials.\n3. Done! Now you can fill your `config.yaml` with your own credentials.\n\n**[*] See detailed instructions at: https://github.com/mateofumis/dumpdork/blob/main/API_SETUP_GUIDE.md**\n\n## Usage\n\n```\n$: dumpdork\n🔍 Welcome to DumpDork !!\n\nUsage: dumpdork 'query' [--limit number] [--output filename.json] [--config-file config.yaml]\n\nOptions:\n  query                 The search query.\n  --limit               Number of results to return (default is 50. Limit: 300).\n  --output              Output file to save results in JSON format.\n  --config-file         Path to custom YAML config file containing API credentials. Default is: ~/.config/dumpdork/config.yaml\n  --wizard              Set up your API key for dumpdork, step by step with easy.\n\n📋 Examples:\n    $: dumpdork 'site:*.example.com AND (intext:\"aws_access_key_id\" | intext:\"aws_secret_access_key\" filetype:json | filetype:yaml) ' --limit 200 --output aws_credentials.json\n    $: dumpdork '(site:*.example.com AND -site:docs.example.com) AND (inurl:\"/login\" | inurl:\"/signup\" | inurl:\"/admin\" | inurl:\"/register\") AND (ext:php | ext:aspx)' --limit 300 --output sqli_forms.json\n    $: dumpdork 'site:*.example.com AND (intitle:\"Index of /\" | intitle:\"index of\") AND (intext:\".log\" | intext:\".sql\" | intext:\".txt\" | intext:\".sh\")' --config-file ~/.config/dumpdork/config_files/credentials_01.yaml --output sensitive_files.json\n```\n\nExample Queries\n\n- Search for AWS Leaked Credentials:\n\n```bash\n$: dumpdork 'site:*.example.com AND (intext:\"aws_access_key_id\" | intext:\"aws_secret_access_key\" filetype:json | filetype:yaml) ' --limit 200 --output aws_credentials.json\n```\n\n- Find SQL Injection Endpoints Forms:\n\n```bash\n$: dumpdork '(site:*.example.com AND -site:docs.example.com) AND (inurl:\"/login\" | inurl:\"/signup\" | inurl:\"/admin\" | inurl:\"/register\") AND (ext:php | ext:aspx)' --limit 300 --output sqli_forms.json\n```\n\n- Search for Sensitive Files or Logs:\n\n```bash\n$: dumpdork 'site:*.example.com AND (intitle:\"Index of /\" | intitle:\"index of\") AND (intext:\".log\" | intext:\".sql\" | intext:\".txt\" | intext:\".sh\")' --config-file ~/.config/dumpdork/config_files/credentials_01.yaml --output sensitive_files.json\n```\n\n- Take a look at **GHDB** for more Dorks: [https://www.exploit-db.com/google-hacking-database](https://www.exploit-db.com/google-hacking-database)\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue.\n\n## Support me with a virtual Coffee! ❤️\n\nIf you find this tool useful, consider supporting me with a coffee!\n\n\u003ca href=\"https://ko-fi.com/hackermater\"\u003e\n    \u003cimg src=\"https://storage.ko-fi.com/cdn/brandasset/kofi_button_stroke.png\" alt=\"Ko-Fi\" width=\"400\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateofumis%2Fdumpdork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateofumis%2Fdumpdork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateofumis%2Fdumpdork/lists"}