Interactive Tool

Google Dork Builder

Construct advanced Google search queries (dorks) to find exposed files, login portals, and sensitive information.

Use responsibly. Excessive automated queries may result in temporary IP blocks from Google.

🏗️ Build Query

Add Operators

Quick Presets

Operator Reference

Basic Operators

  • site: Limit results to a specific domain (e.g., site:example.com).
  • filetype: Search for specific file extensions (e.g., filetype:pdf).
  • inurl: Find text within the URL itself (e.g., inurl:admin).
  • intitle: Find text within the page title (e.g., intitle:"index of").

Advanced Logic

  • "...": Force an exact match for a phrase.
  • -: Exclude a term (e.g., -site:stackoverflow.com).
  • OR: Match either term (e.g., site:facebook.com OR site:twitter.com).
  • *: Wildcard matching (e.g., "how to * in python").