Search Engine Discovery
Google Dorking
Operator | Operator Description | Example | Example Description |
---|---|---|---|
| Limits results to a specific website or domain. |
| Find all publicly accessible pages on example.com. |
| Finds pages with a specific term in the URL. |
| Search for login pages on any website. |
| Searches for files of a particular type. |
| Find downloadable PDF documents. |
| Finds pages with a specific term in the title. |
| Look for documents titled "confidential report" or similar variations. |
| Searches for a term within the body text of pages. |
| Identify webpages containing the term “password reset”. |
| Displays the cached version of a webpage (if available). |
| View the cached version of example.com to see its previous content. |
| Finds pages that link to a specific webpage. |
| Identify websites linking to example.com. |
| Finds websites related to a specific webpage. |
| Discover websites similar to example.com. |
| Provides a summary of information about a webpage. |
| Get basic details about example.com, such as its title and description. |
| Provides definitions of a word or phrase. |
| Get a definition of "phishing" from various sources. |
| Searches for numbers within a specific range. |
| Find pages on example.com containing numbers between 1000 and 2000. |
| Finds pages containing all specified words in the body text. |
| Search for pages containing both "admin" and "password reset" in the body text. |
| Finds pages containing all specified words in the URL. |
| Look for pages with "admin" and "panel" in the URL. |
| Finds pages containing all specified words in the title. |
| Search for pages with "confidential," "report," and "2023" in the title. |
| Narrows results by requiring all terms to be present. |
| Find admin or login pages specifically on example.com. |
| Broadens results by including pages with any of the terms. |
| Search for webpages mentioning Linux, Ubuntu, or Debian. |
| Excludes results containing the specified term. |
| Find pages on bank.com excluding login pages. |
| Represents any character or word. |
| Search for user manuals (user guide, user handbook) in PDF format on socialnetwork.com. |
| Finds results within a specified numerical range. |
| Look for products priced between 100 and 500 on an e-commerce website. |
| Searches for exact phrases. |
| Find documents mentioning the exact phrase "information security policy". |
| Excludes terms from the search results. |
| Search for news articles on news.com excluding sports-related content. |
Finding Login Pages:
site:example.com inurl:login
site:example.com (inurl:login OR inurl:admin)
Identifying Exposed Files:
site:example.com filetype:pdf
site:example.com (filetype:xls OR filetype:docx)
Uncovering Configuration Files:
site:example.com inurl:config.php
site:example.com (ext:conf OR ext:cnf)
(searches for extensions commonly used for configuration files)
Locating Database Backups:
site:example.com inurl:backup
site:example.com filetype:sql
Last updated